Skip to content

Commit

Permalink
Fixed typing
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Jun 19, 2023
1 parent 92a7409 commit edcfda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_sdk/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def _make_pool(
try:
# defer this import because it will otherwise raise a warning
# at import time if pysocks is not installed
from urllib3.contrib.socks import SOCKSProxyManager # type: ignore
from urllib3.contrib.socks import SOCKSProxyManager
except ImportError:
use_socks_proxy = False
logger.warning(
Expand Down

0 comments on commit edcfda0

Please sign in to comment.