We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b93ed commit 3d084acCopy full SHA for 3d084ac
datadog/api/http_client.py
@@ -28,7 +28,7 @@
28
urlfetch, urlfetch_errors = None, None
29
30
try:
31
- import urllib3
+ import urllib3 # type: ignore
32
except ImportError:
33
urllib3 = None
34
tox.ini
@@ -58,7 +58,6 @@ basepython = python3.8
58
skip_install = true
59
deps =
60
mypy==0.770
61
- urllib3==2.2.3
62
commands =
63
mypy --config-file mypy.ini datadog
64
mypy --config-file mypy.ini --py2 datadog
0 commit comments