Add missing type hint

This commit is contained in:
Henrik Giesel 2021-06-16 17:04:11 +02:00
parent 803295341e
commit 0156af268e

View File

@ -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