Add .pylintrc with fixes for new pylint version
This commit is contained in:
parent
7905be7de2
commit
6d6ab9a531
4 changed files with 10 additions and 4 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue