1
0
Fork 0

Add .pylintrc with fixes for new pylint version

This commit is contained in:
Joel Bradshaw 2022-06-05 14:38:03 -07:00
parent 7905be7de2
commit 6d6ab9a531
4 changed files with 10 additions and 4 deletions

View file

@ -195,7 +195,7 @@ class ImportJob(TestCase):
) as search:
search.return_value = result
with patch(
"bookwyrm.connectors.openlibrary.Connector." "get_authors_from_data"
"bookwyrm.connectors.openlibrary.Connector.get_authors_from_data"
):
book = item.get_book_from_identifier()