mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
remove unused moduleDir
This commit is contained in:
parent
d33c66e195
commit
c01ced6ecb
1 changed files with 0 additions and 2 deletions
|
@ -59,8 +59,6 @@ from aqt.profiles import ProfileManager, VideoDriver # isort:skip
|
||||||
profiler: Optional[cProfile.Profile] = None
|
profiler: Optional[cProfile.Profile] = None
|
||||||
mw: Optional[AnkiQt] = None # set on init
|
mw: Optional[AnkiQt] = None # set on init
|
||||||
|
|
||||||
moduleDir = os.path.split(os.path.dirname(os.path.abspath(__file__)))[0]
|
|
||||||
|
|
||||||
import aqt.forms
|
import aqt.forms
|
||||||
|
|
||||||
# Dialog manager
|
# Dialog manager
|
||||||
|
|
Loading…
Reference in a new issue