From eb79980c33922974b38abcba6fc9344331faa2f9 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha <27065646+sdushantha@users.noreply.github.com> Date: Sun, 12 Apr 2026 17:48:42 +0200 Subject: [PATCH] Remove unused line of code --- sherlock_project/sites.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sherlock_project/sites.py b/sherlock_project/sites.py index 3ca21cff..c42554ba 100644 --- a/sherlock_project/sites.py +++ b/sherlock_project/sites.py @@ -121,7 +121,6 @@ class SitesInformation: # users from creating issue about false positives which has already been fixed or having outdated data data_file_path = MANIFEST_URL - # if "http://" == data_file_path[:7].lower() or "https://" == data_file_path[:8].lower(): if data_file_path.lower().startswith("http"): # Reference is to a URL. try: