removed unused import in downloader.py

This commit is contained in:
uh_wot 2020-05-13 18:14:01 +02:00
parent 722087ce30
commit 193ea76926
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from tempfile import gettempdir
from time import sleep
from Cryptodome.Cipher import Blowfish
from requests import get, head
from requests import get
from requests.exceptions import HTTPError, ConnectionError
from deemix.api.deezer import APIError, USER_AGENT_HEADER