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