Skip to content

Commit

Permalink
Ignore unknown types for win32security
Browse files Browse the repository at this point in the history
  • Loading branch information
SethMMorton committed Dec 23, 2024
1 parent cde1eaf commit 58c650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
from types import ModuleType

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

with contextlib.suppress(ImportError):
import pwd
Expand Down

0 comments on commit 58c650e

Please sign in to comment.