Skip to content

Commit 3b12e9d

Browse files
committed
Fix the typing hints for Python 3.6+
Thankfully the supported version is 3.7+, so this should be fine. I'm not sure I understand why typing sometimes fails on the CI env, but this should likely fix it.
1 parent d8a9de4 commit 3b12e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posix1e.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# NOTE: This dynamically typed stub was automatically generated by stubgen.
44

55
from typing import Optional, Union, Tuple, TypeVar
6-
from builtins import _PathLike as PathLike
6+
from os import PathLike
77

88
from typing import overload
99
ACL_DUPLICATE_ERROR: int

0 commit comments

Comments
 (0)