Skip to content

Commit b24c396

Browse files
committed
Prevent python 3.8 errors
1 parent 4a5057c commit b24c396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xopen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
_MAX_PIPE_SIZE = None
9090

9191

92-
FilePath = Union[str, bytes, os.PathLike[str], os.PathLike[bytes]]
92+
FilePath = Union[str, bytes, os.PathLike]
9393
FileOrPath = Union[FilePath, IO]
9494

9595

0 commit comments

Comments
 (0)