Skip to content
Snippets Groups Projects
Commit 518af2ad authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Add type hints for urllib3

parent a0b6043a
No related branches found
No related tags found
1 merge request!176Increase log verbosity for production use
Pipeline #6871 passed
......@@ -19,8 +19,5 @@ ignore_missing_imports = True
[mypy-pytest.*]
ignore_missing_imports = True
[mypy-urllib3.*]
ignore_missing_imports = True
[mypy-swh.loader.*]
ignore_missing_imports = True
......@@ -3,5 +3,6 @@ pytest-mock
requests_mock
swh.scheduler[testing] >= 0.5.0
swh.storage[testing]
types-click
types-Deprecated
types-click
types-urllib3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment