Skip to content

Commit eb79980

Browse files
committed
Remove unused line of code
1 parent e2a2256 commit eb79980

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sherlock_project/sites.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def __init__(
121121
# users from creating issue about false positives which has already been fixed or having outdated data
122122
data_file_path = MANIFEST_URL
123123

124-
# if "http://" == data_file_path[:7].lower() or "https://" == data_file_path[:8].lower():
125124
if data_file_path.lower().startswith("http"):
126125
# Reference is to a URL.
127126
try:

0 commit comments

Comments
 (0)