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 989f8e8 commit 9d018ceCopy full SHA for 9d018ce
libvcs/types.py
@@ -8,7 +8,9 @@
8
.. _typeshed's: https://github.com/python/typeshed/blob/5df8de7/stdlib/_typeshed/__init__.pyi#L115-L118
9
""" # NOQA E501
10
from os import PathLike
11
-from typing import TypeAlias, Union
+from typing import Union
12
+
13
+from typing_extensions import TypeAlias
14
15
StrPath: TypeAlias = Union[str, PathLike[str]] # stable
16
""":class:`os.PathLike` or :class:`str`"""
0 commit comments