mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
multiple assignment confuses mypy
This commit is contained in:
parent
3572f0a0c6
commit
51d0fc29a6
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