Browse Source

Fix pep8 E302

Cf. http://legacy.python.org/dev/peps/pep-0008/#blank-lines
Guilhem Bonnefille 9 years ago
parent
commit
f26f0dab2e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      searx/engines/doku.py

+ 1 - 0
searx/engines/doku.py

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