requests.packages.urllib3.exceptions stubs are incomplete (e.g. SNIMissingWarning is missing) #6054
Labels
stubs: incomplete
Annotations or sub-modules missing from an existing package or module
from requests.packages.urllib3.exceptions import SNIMissingWarning
is valid import.It's part of module public API: https://github.com/urllib3/urllib3/blob/d8eabf304190c62766e05c79ef44be7ff94cfbcb/src/urllib3/exceptions.py#L260
Yet mypy complains:
error: Module "requests.packages.urllib3.exceptions" has no attribute "SNIMissingWarning" [attr-defined]
The text was updated successfully, but these errors were encountered: