Skip to content

Commit 87e805b

Browse files
authored
Remove AnyPath (#5592)
Part of #5470
1 parent 52dd232 commit 87e805b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/_typeshed/__init__.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class SupportsItemAccess(SupportsGetItem[_KT_contra, _VT], Protocol[_KT_contra,
5757
StrPath = Union[str, PathLike[str]] # stable
5858
BytesPath = Union[bytes, PathLike[bytes]] # stable
5959
StrOrBytesPath = Union[str, bytes, PathLike[str], PathLike[bytes]] # stable
60-
AnyPath = StrOrBytesPath # obsolete, will be removed soon
6160

6261
OpenTextModeUpdating = Literal[
6362
"r+",

0 commit comments

Comments
 (0)