Fix implicit optional (PEP 484)

Co-authored-by: GuardianWang <31812793+GuardianWang@users.noreply.github.com>
This commit is contained in:
Paul Pfeister 2024-08-30 01:21:08 -04:00 committed by GitHub
parent 0d0335bca0
commit 4660afb7d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -173,7 +173,7 @@ def sherlock(
tor: bool = False,
unique_tor: bool = False,
dump_response: bool = False,
proxy: str = None,
proxy: Optional[str] = None,
timeout: int = 60,
):
"""Run Sherlock Analysis.