Browse Source

searx/testing.py: fixed pep8 error

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 5 years ago
parent
commit
aa95a0d70b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      searx/testing.py

+ 1 - 0
searx/testing.py

@@ -13,6 +13,7 @@ from os.path import dirname, join, abspath, realpath
 from splinter import Browser
 from unittest2 import TestCase
 
+
 class SearxTestLayer:
     """Base layer for non-robot tests."""