mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
formatting fix
This commit is contained in:
parent
50c7f75924
commit
fd92a122a4
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
import sys, os
|
||||
import snakeviz
|
||||
import os
|
||||
import sys
|
||||
|
||||
import snakeviz
|
||||
from snakeviz.cli import main
|
||||
|
||||
profile = os.path.join(os.environ["BUILD_WORKSPACE_DIRECTORY"], "anki.prof")
|
||||
|
|
Loading…
Reference in a new issue