mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Match signature
This commit is contained in:
parent
ccab2adde6
commit
efc6be9f93
@ -571,8 +571,8 @@ class AuthorsTable(ManyToManyTable):
|
|||||||
|
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
def remove_items(self, item_ids, db):
|
def remove_items(self, item_ids, db, restrict_to_book_ids=None):
|
||||||
raise ValueError('Direct removal of authors is not allowed')
|
raise NotImplementedError('Direct removal of authors is not allowed')
|
||||||
|
|
||||||
|
|
||||||
class FormatsTable(ManyToManyTable):
|
class FormatsTable(ManyToManyTable):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user