From 45b5073f3e10cad68ddda6a1a83d3273a3d734fc Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Sat, 27 Feb 2016 19:07:53 +0100 Subject: [PATCH] [fix] pep8 --- searx/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/testing.py b/searx/testing.py index cac3477e..312e9f29 100644 --- a/searx/testing.py +++ b/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))