Fix implicit optional (PEP 484)

Co-authored-by: GuardianWang <31812793+GuardianWang@users.noreply.github.com>
pull/2277/head
Paul Pfeister 3 months ago committed by GitHub
parent 0d0335bca0
commit 4660afb7d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save