mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Add missing type hint
This commit is contained in:
parent
32f3c5dbe7
commit
e1c171b819
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class FieldDialog(QDialog):
|
|||
mw: AnkiQt,
|
||||
nt: NotetypeDict,
|
||||
parent: Optional[QWidget] = None,
|
||||
open_at=0,
|
||||
open_at: int = 0,
|
||||
) -> None:
|
||||
QDialog.__init__(self, parent or mw)
|
||||
self.mw = mw
|
||||
|
|
|
|||
Loading…
Reference in a new issue