mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-01 16:46:19 +01:00
Match signature
This commit is contained in:
parent
ccab2adde6
commit
efc6be9f93
1 changed files with 2 additions and 2 deletions
|
|
@ -571,8 +571,8 @@ def rename_item(self, item_id, new_name, db):
|
|||
|
||||
return ret
|
||||
|
||||
def remove_items(self, item_ids, db):
|
||||
raise ValueError('Direct removal of authors is not allowed')
|
||||
def remove_items(self, item_ids, db, restrict_to_book_ids=None):
|
||||
raise NotImplementedError('Direct removal of authors is not allowed')
|
||||
|
||||
|
||||
class FormatsTable(ManyToManyTable):
|
||||
|
|
|
|||
Loading…
Reference in a new issue