Skip to content

Commit

Permalink
Fix implicit optional (PEP 484)
Browse files Browse the repository at this point in the history
Co-authored-by: GuardianWang <31812793+GuardianWang@users.noreply.github.com>
  • Loading branch information
ppfeister and GuardianWang authored Aug 30, 2024
1 parent 0d0335b commit 4660afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherlock_project/sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4660afb

Please sign in to comment.