Skip to content

Commit 913fd85

Browse files
committed
fix: linting
1 parent cd85d69 commit 913fd85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runpod/serverless/utils/download.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88

99
import os
1010
import uuid
11-
import requests
1211
from urllib.parse import urlparse
1312

13+
import requests
14+
1415

1516
def download_input_objects(object_locations):
1617
'''

0 commit comments

Comments
 (0)