2
0
mirror of https://github.com/searx/searx synced 2025-09-01 15:06:02 +00:00

Fix pep8 errors of database engines

This commit is contained in:
Noémi Ványi
2021-04-29 21:50:25 +02:00
parent fc4bf4bf10
commit 5cb29f6e46
2 changed files with 9 additions and 10 deletions

View File

@@ -54,4 +54,3 @@ def _fetch_results(cur):
results.append(result) results.append(result)
return results return results