Revert addition of pb.NoteIDs
This commit is contained in:
parent
5425b00d2b
commit
4745b55d27
@ -33,7 +33,6 @@ from anki.rsbackend import ( # pylint: disable=unused-import
|
||||
DBError,
|
||||
FormatTimeSpanContext,
|
||||
InvalidInput,
|
||||
NoteIDs,
|
||||
Progress,
|
||||
RustBackend,
|
||||
pb,
|
||||
|
@ -47,7 +47,6 @@ TagTreeNode = pb.TagTreeNode
|
||||
NoteType = pb.NoteType
|
||||
DeckTreeNode = pb.DeckTreeNode
|
||||
StockNoteType = pb.StockNoteType
|
||||
NoteIDs = pb.NoteIDs
|
||||
BackendNoteTypeID = pb.NoteTypeID
|
||||
ConcatSeparator = pb.ConcatenateSearchesIn.Separator
|
||||
SyncAuth = pb.SyncAuth
|
||||
|
@ -50,10 +50,6 @@ message NoteID {
|
||||
int64 nid = 1;
|
||||
}
|
||||
|
||||
message NoteIDs {
|
||||
repeated int64 nids = 1;
|
||||
}
|
||||
|
||||
message CardID {
|
||||
int64 cid = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user