Skip to content

Commit 0d2cc21

Browse files
committed
Fixed repeated imports
1 parent ed19071 commit 0d2cc21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker/hug_model.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ def check_magic_and_version(filename):
2525

2626
return magic, version
2727

28-
import os
29-
import requests
30-
3128
def download_file(url, destination):
3229
print(f"Downloading {url} to {destination}...")
3330
response = requests.get(url, stream=True)

0 commit comments

Comments
 (0)