pr action doesn't appreciate explicit type notation apparently

pull/2106/head
Paul Pfeister 2 weeks ago
parent 25e0acd98e
commit d85c07384f

@ -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

Loading…
Cancel
Save