diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-15 20:27:30 +0100 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-15 20:27:30 +0100 |
commit | b4b666e7034d300903db9dc40c384cedebaca932 (patch) | |
tree | 9f5783ff7d4fb66b5ea793b6366c3caa1f499b09 /searx/engines/startpage.py | |
parent | fa0330f0ff3c68c93308f156c30ce6a3366c1376 (diff) | |
download | searxng-b4b666e7034d300903db9dc40c384cedebaca932.tar.gz searxng-b4b666e7034d300903db9dc40c384cedebaca932.zip |
Flake8
Diffstat (limited to 'searx/engines/startpage.py')
-rw-r--r-- | searx/engines/startpage.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/startpage.py b/searx/engines/startpage.py index 22da3ab84..d60ecd978 100644 --- a/searx/engines/startpage.py +++ b/searx/engines/startpage.py @@ -10,7 +10,6 @@ # # @todo paging -from urllib import urlencode from lxml import html from cgi import escape import re |