From 72d0c740613eaa16544935c867236c97ece61a97 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 18 Nov 2017 23:39:12 +0100 Subject: [PATCH] forgot to add this, removed import. --- torrentSearch/jackett.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torrentSearch/jackett.py b/torrentSearch/jackett.py index bdd4bd2..7d6dc37 100644 --- a/torrentSearch/jackett.py +++ b/torrentSearch/jackett.py @@ -3,7 +3,7 @@ import xml.etree.ElementTree as ET from xml.etree.ElementTree import fromstring -from http_utils import convert_query_to_percent_encoded_octets, build_url, fetch_url +from http_utils import build_url, fetch_url from torrent import Torrent from utils import humansize