Fixed repeated imports

This commit is contained in:
Gary Mulder 2023-05-25 11:50:02 +00:00
parent ed19071ef8
commit 0d2cc21202

View file

@ -25,9 +25,6 @@ def check_magic_and_version(filename):
return magic, version
import os
import requests
def download_file(url, destination):
print(f"Downloading {url} to {destination}...")
response = requests.get(url, stream=True)