Skip to content

Commit 4948853

Browse files
committed
pyproject: Stop disabling urllib3 import checks in mypy
Double reasoning for this one: * urllib3 now does have annotations * since we don't import requests annotations (to avoid depending on typeshed) urllib3 annotations are never needed: we don't use urllib3 directly Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 6856854 commit 4948853

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)