mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Pretend mw is set from the start
https://github.com/ankitects/anki/pull/3476#issuecomment-2395281774 Closes #3476
This commit is contained in:
parent
479aee0883
commit
79a6a4dc53
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ from aqt.main import AnkiQt # isort:skip
|
|||
from aqt.profiles import ProfileManager, VideoDriver # isort:skip
|
||||
|
||||
profiler: cProfile.Profile | None = None
|
||||
mw: AnkiQt | None = None # set on init
|
||||
mw: AnkiQt = None # set on init
|
||||
|
||||
import aqt.forms
|
||||
|
||||
|
|
Loading…
Reference in a new issue