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 1b6c2aa commit d32d91eCopy full SHA for d32d91e
python/unblob/_rust/sandbox.pyi
@@ -1,9 +1,8 @@
1
import os
2
-import typing
3
4
import typing_extensions
5
6
-_Path: typing_extensions.TypeAlias = typing.Union[os.PathLike, str]
+_Path: typing_extensions.TypeAlias = os.PathLike | str
7
8
class AccessFS:
9
@staticmethod
0 commit comments