Skip to content

Commit 8326ac9

Browse files
committed
Supply the types, irrespective of platform.
Closes #239
1 parent 0420516 commit 8326ac9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

path/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
from types import ModuleType
5252

5353
with contextlib.suppress(ImportError):
54-
import win32security # type: ignore[import-not-found]
54+
import win32security
5555

5656
with contextlib.suppress(ImportError):
5757
import pwd

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ test = [
4646
"more_itertools",
4747
# required for checkdocs on README.rst
4848
"pygments",
49+
"types-pywin32",
4950
]
5051

5152
doc = [

0 commit comments

Comments
 (0)