mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
Add missing type hint
This commit is contained in:
parent
803295341e
commit
0156af268e
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