Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Dec 20, 2023
1 parent ba846f2 commit 4434896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathlib_mate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

try:
# from .pathlib2 import Path, WindowsPath, PosixPath
from .python311_pathlib import Path, WindowsPath, PosixPath
from .python37_pathlib import Path, WindowsPath, PosixPath

PathCls = WindowsPath if os.name == "nt" else PosixPath
except ImportError as e: # pragma: no cover
Expand Down

0 comments on commit 4434896

Please sign in to comment.