Skip to content

Commit

Permalink
Fix linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
purple4reina committed Dec 24, 2024
1 parent 58b93ed commit c18bb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog/api/http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
try:
import urllib3
except ImportError:
urllib3 = None
urllib3 = None # type: ignore

# datadog
from datadog.api.exceptions import ProxyError, ClientError, HTTPError, HttpTimeout
Expand Down

0 comments on commit c18bb87

Please sign in to comment.