diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-06-12 19:27:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-12 19:27:32 (GMT) |
commit | 51724620e868512bbedb1547aca441bcd27bbe0c (patch) | |
tree | c5c4b7f8118be02549281421c736543998bdf349 /Lib/ntpath.py | |
parent | 7c6b3429b631d80de0348e5ddc2a3a8125e5c00d (diff) | |
download | cpython-51724620e868512bbedb1547aca441bcd27bbe0c.zip cpython-51724620e868512bbedb1547aca441bcd27bbe0c.tar.gz cpython-51724620e868512bbedb1547aca441bcd27bbe0c.tar.bz2 |
[3.13] gh-120417: Remove unused imports in the stdlib (GH-120420) (#120429)
gh-120417: Remove unused imports in the stdlib (GH-120420)
(cherry picked from commit 4c6d4f5cb33e48519922d635894eef356faddba2)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Lib/ntpath.py')
-rw-r--r-- | Lib/ntpath.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/ntpath.py b/Lib/ntpath.py index 83e2d3b..1b1873f 100644 --- a/Lib/ntpath.py +++ b/Lib/ntpath.py @@ -19,7 +19,6 @@ devnull = 'nul' import os import sys -import stat import genericpath from genericpath import * |