-
-
Notifications
You must be signed in to change notification settings - Fork 147
Closed
Description
recently the mypy tests started failing with:
path/__init__.py:54: error: Unused "type: ignore" comment [unused-ignore]
path/__init__.py:54: error: Library stubs not installed for "win32security" [import-untyped]
path/__init__.py:54: note: Error code "import-untyped" not covered by "type: ignore" comment
path/__init__.py:54: note: Hint: "python3 -m pip install types-pywin32"
path/__init__.py:54: note: (or run "mypy --install-types" to install all missing stub packages)
path/__init__.py:54: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
Metadata
Metadata
Assignees
Labels
No labels