8000 Remove unused import · python/cpython@2a594ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a594ce

Browse files
committed
Remove unused import
1 parent 4114be9 commit 2a594ce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Lib/pathlib.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
from urllib.parse import quote_from_bytes as urlquote_from_bytes
1515

1616

17-
if os.name == 'nt':
18-
from nt import _getfinalpathname
19-
else:
20-
_getfinalpathname = None
21-
22-
2317
__all__ = [
2418
"PurePath", "PurePosixPath", "PureWindowsPath",
2519
"Path", "PosixPath", "WindowsPath",

0 commit comments

Comments
 (0)
0