mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 06:37:12 -05:00
multiple assignment confuses mypy
This commit is contained in:
parent
d8c3e71105
commit
dcfb2f1052
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ from anki.consts import MODEL_STD
|
|||
from anki.models import NotetypeDict, NotetypeId, TemplateDict
|
||||
from anki.utils import joinFields
|
||||
|
||||
NoteFieldsCheckResult = DuplicateOrEmptyResult = _pb.NoteFieldsCheckOut.State
|
||||
DuplicateOrEmptyResult = _pb.NoteFieldsCheckOut.State
|
||||
NoteFieldsCheckResult = _pb.NoteFieldsCheckOut.State
|
||||
|
||||
# types
|
||||
NoteId = NewType("NoteId", int)
|
||||
|
|
|
|||
Loading…
Reference in a new issue