diff options
Diffstat (limited to 'searx/engines/elasticsearch.py')
-rw-r--r-- | searx/engines/elasticsearch.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/searx/engines/elasticsearch.py b/searx/engines/elasticsearch.py index bad65fb27..99e93d876 100644 --- a/searx/engines/elasticsearch.py +++ b/searx/engines/elasticsearch.py @@ -1,8 +1,5 @@ from json import loads, dumps -from lxml import html -from urllib.parse import quote, urljoin from requests.auth import HTTPBasicAuth -from searx.utils import extract_text, get_torrent_size base_url = 'http://localhost:9200' |