mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Ignore mw typing error
This commit is contained in:
parent
b3a85a6515
commit
78b9580447
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
|
from aqt.profiles import ProfileManager, VideoDriver # isort:skip
|
||||||
|
|
||||||
profiler: cProfile.Profile | None = None
|
profiler: cProfile.Profile | None = None
|
||||||
mw: AnkiQt = None # set on init
|
mw: AnkiQt = None # type: ignore # set on init
|
||||||
|
|
||||||
import aqt.forms
|
import aqt.forms
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue