We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0420516 commit 8326ac9Copy full SHA for 8326ac9
path/__init__.py
@@ -51,7 +51,7 @@
51
from types import ModuleType
52
53
with contextlib.suppress(ImportError):
54
- import win32security # type: ignore[import-not-found]
+ import win32security
55
56
57
import pwd
pyproject.toml
@@ -46,6 +46,7 @@ test = [
46
"more_itertools",
47
# required for checkdocs on README.rst
48
"pygments",
49
+ "types-pywin32",
50
]
doc = [
0 commit comments