Browse Source

[fix] pep8

Adam Tauber 9 years ago
parent
commit
45b5073f3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/testing.py

+ 1 - 1
searx/testing.py

@@ -83,6 +83,6 @@ if __name__ == '__main__':
                     '--stop-on-error',
                     '--path',
                     base_dir],
-                    found_suites=[test_suite()])
+                   found_suites=[test_suite()])
         r.run()
         sys.exit(int(r.failed))