Skip to content

Commit 802fb98

Browse files
author
Lukas Pühringer
authored
Merge pull request #2188 from jku/enable-urllib-annotations
pyproject: Stop disabling urllib3 import checks in mypy
2 parents 8102114 + 4948853 commit 802fb98

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,5 @@ disable_error_code = ["attr-defined"]
152152
module = [
153153
"requests.*",
154154
"securesystemslib.*",
155-
"urllib3.*"
156155
]
157156
ignore_missing_imports = "True"

0 commit comments

Comments
 (0)