1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-01 09:00:15 +02:00

searx/testing.py: fixed pep8 error

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2020-02-24 07:55:14 +01:00
parent 81f106e5de
commit aa95a0d70b

View File

@ -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."""