mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Remove unused BackendNoteTypeID
This commit is contained in:
parent
3e69d39a25
commit
cd9767be80
2 changed files with 0 additions and 2 deletions
|
@ -29,7 +29,6 @@ from anki.models import ModelManager
|
||||||
from anki.notes import Note
|
from anki.notes import Note
|
||||||
from anki.rsbackend import ( # pylint: disable=unused-import
|
from anki.rsbackend import ( # pylint: disable=unused-import
|
||||||
TR,
|
TR,
|
||||||
BackendNoteTypeID,
|
|
||||||
ConcatSeparator,
|
ConcatSeparator,
|
||||||
DBError,
|
DBError,
|
||||||
FormatTimeSpanContext,
|
FormatTimeSpanContext,
|
||||||
|
|
|
@ -50,7 +50,6 @@ TagTreeNode = pb.TagTreeNode
|
||||||
NoteType = pb.NoteType
|
NoteType = pb.NoteType
|
||||||
DeckTreeNode = pb.DeckTreeNode
|
DeckTreeNode = pb.DeckTreeNode
|
||||||
StockNoteType = pb.StockNoteType
|
StockNoteType = pb.StockNoteType
|
||||||
BackendNoteTypeID = pb.NoteTypeID
|
|
||||||
ConcatSeparator = pb.ConcatenateSearchesIn.Separator
|
ConcatSeparator = pb.ConcatenateSearchesIn.Separator
|
||||||
SyncAuth = pb.SyncAuth
|
SyncAuth = pb.SyncAuth
|
||||||
SyncOutput = pb.SyncCollectionOut
|
SyncOutput = pb.SyncCollectionOut
|
||||||
|
|
Loading…
Reference in a new issue