New version of black, new whitespace
This commit is contained in:
parent
ef83eb33b0
commit
3ade2d3bb1
152 changed files with 1289 additions and 1289 deletions
|
@ -16,10 +16,10 @@ from .helpers import handle_remote_webfinger
|
|||
|
||||
# pylint: disable= no-self-use
|
||||
class Search(View):
|
||||
""" search users or books """
|
||||
"""search users or books"""
|
||||
|
||||
def get(self, request):
|
||||
""" that search bar up top """
|
||||
"""that search bar up top"""
|
||||
query = request.GET.get("q")
|
||||
min_confidence = request.GET.get("min_confidence", 0.1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue