From 36345c62b89318e715981439211b252a6cb132da Mon Sep 17 00:00:00 2001 From: Thorsten Date: Tue, 25 Feb 2020 19:56:49 +0100 Subject: [PATCH] cleanup dependencies --- distbot/plugins/searx.py | 1 - 1 file changed, 1 deletion(-) diff --git a/distbot/plugins/searx.py b/distbot/plugins/searx.py index 90b3670..6382e77 100644 --- a/distbot/plugins/searx.py +++ b/distbot/plugins/searx.py @@ -3,7 +3,6 @@ import json import logging import requests -from lxml import html, etree from requests import HTTPError, ConnectionError from requests.exceptions import SSLError, ContentDecodingError -- 2.39.2