Skip to content

Commit

Permalink
fix: missing Optional typing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Nov 11, 2024
1 parent 4660afb commit a998ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sherlock_project/sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from argparse import ArgumentParser, RawDescriptionHelpFormatter
from json import loads as json_loads
from time import monotonic
from typing import Optional

import requests
from requests_futures.sessions import FuturesSession
Expand Down

0 comments on commit a998ec3

Please sign in to comment.