mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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
|
||||
mw: Optional[AnkiQt] = None # set on init
|
||||
|
||||
moduleDir = os.path.split(os.path.dirname(os.path.abspath(__file__)))[0]
|
||||
|
||||
import aqt.forms
|
||||
|
||||
# Dialog manager
|
||||
|
|
Loading…
Reference in a new issue