Remove unused BackendNoteTypeID

This commit is contained in:
RumovZ 2021-01-31 08:57:10 +01:00
parent 3e69d39a25
commit cd9767be80
2 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@ from anki.models import ModelManager
from anki.notes import Note
from anki.rsbackend import ( # pylint: disable=unused-import
TR,
BackendNoteTypeID,
ConcatSeparator,
DBError,
FormatTimeSpanContext,

View File

@ -50,7 +50,6 @@ TagTreeNode = pb.TagTreeNode
NoteType = pb.NoteType
DeckTreeNode = pb.DeckTreeNode
StockNoteType = pb.StockNoteType
BackendNoteTypeID = pb.NoteTypeID
ConcatSeparator = pb.ConcatenateSearchesIn.Separator
SyncAuth = pb.SyncAuth
SyncOutput = pb.SyncCollectionOut