From d85c07384f8181aa4f28f660675aa86c73d6c3ef Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Tue, 7 May 2024 03:13:05 -0400 Subject: [PATCH] pr action doesn't appreciate explicit type notation apparently --- sherlock/sites.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/sites.py b/sherlock/sites.py index 7c4b75f..fcf5141 100644 --- a/sherlock/sites.py +++ b/sherlock/sites.py @@ -175,7 +175,7 @@ class SitesInformation: return - def remove_nsfw_sites(self, do_not_remove: list[str] = []): + def remove_nsfw_sites(self, do_not_remove: list = []): """ Remove NSFW sites from the sites, if isNSFW flag is true for site