Skip to content

Commit 4f08c56

Browse files
authored
Update utils.py
1 parent d7d3f2a commit 4f08c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fair_eva/api/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def find_dataset_file(metadata, url, data_formats):
443443
for tag in soup.find_all("a"):
444444
try:
445445
url_link = tag.get("href")
446-
#TODO
446+
# TODO
447447
if "http" not in url_link:
448448
response = requests.head(url_link, timeout=3, verify=False)
449449
except Exception as e:

0 commit comments

Comments
 (0)