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.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,

View File

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