1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-22 12:10:11 +01:00

Fix pep8 E302

Cf. http://legacy.python.org/dev/peps/pep-0008/#blank-lines
This commit is contained in:
Guilhem Bonnefille 2016-04-04 13:38:22 +02:00
parent f2d1a530fb
commit f26f0dab2e

View File

@ -27,6 +27,7 @@ search_url = '/?do=search'\
# TODO '&startRecord={offset}'\
# TODO '&maximumRecords={limit}'\
# do search-request
def request(query, params):