New version of black, new whitespace
This commit is contained in:
parent
ef83eb33b0
commit
3ade2d3bb1
152 changed files with 1289 additions and 1289 deletions
|
@ -13,10 +13,10 @@ from .helpers import is_api_request
|
|||
|
||||
# pylint: disable= no-self-use
|
||||
class Isbn(View):
|
||||
""" search a book by isbn """
|
||||
"""search a book by isbn"""
|
||||
|
||||
def get(self, request, isbn):
|
||||
""" info about a book """
|
||||
"""info about a book"""
|
||||
book_results = connector_manager.isbn_local_search(isbn)
|
||||
|
||||
if is_api_request(request):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue