Skip to content

Commit d32d91e

Browse files
committed
chore(ruff): fix UP007
1 parent 1b6c2aa commit d32d91e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/unblob/_rust/sandbox.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import os
2-
import typing
32

43
import typing_extensions
54

6-
_Path: typing_extensions.TypeAlias = typing.Union[os.PathLike, str]
5+
_Path: typing_extensions.TypeAlias = os.PathLike | str
76

87
class AccessFS:
98
@staticmethod

0 commit comments

Comments
 (0)