Fixed repeated imports
This commit is contained in:
parent
ed19071ef8
commit
0d2cc21202
1 changed files with 0 additions and 3 deletions
|
@ -25,9 +25,6 @@ def check_magic_and_version(filename):
|
||||||
|
|
||||||
return magic, version
|
return magic, version
|
||||||
|
|
||||||
import os
|
|
||||||
import requests
|
|
||||||
|
|
||||||
def download_file(url, destination):
|
def download_file(url, destination):
|
||||||
print(f"Downloading {url} to {destination}...")
|
print(f"Downloading {url} to {destination}...")
|
||||||
response = requests.get(url, stream=True)
|
response = requests.get(url, stream=True)
|
||||||
|
|
Loading…
Reference in a new issue