Skip to content

Commit 447b8b4

Browse files
committed
flake8
1 parent cdbcb1c commit 447b8b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

search/views.py

+2
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def query(request):
187187
mimetype = 'application/json'
188188
return HttpResponse(algo, mimetype)
189189

190+
190191
# Search strategy
191192
def subsq(a, b, m, n):
192193
# Base Cases
@@ -211,6 +212,7 @@ def check(request):
211212
vote_form = VotesForm()
212213
return render(request, 'cosmos/index.html', {'vote_form': vote_form})
213214

215+
214216
def fetch(request, query):
215217
data = []
216218
count = 0

0 commit comments

Comments
 (0)