Match signature

This commit is contained in:
Kovid Goyal 2020-11-24 21:23:28 +05:30
parent ccab2adde6
commit efc6be9f93
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

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