aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/ntpath.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2024-06-12 20:56:42 +0200
committerGitHub <noreply@github.com>2024-06-12 20:56:42 +0200
commit4c6d4f5cb33e48519922d635894eef356faddba2 (patch)
tree71f5b59450bb73eeddbe89348ecac15c3dc89258 /Lib/ntpath.py
parent4b5d3e0e721a952f4ac9d17bee331e6dfe543dcd (diff)
downloadcpython-4c6d4f5cb33e48519922d635894eef356faddba2.tar.gz
cpython-4c6d4f5cb33e48519922d635894eef356faddba2.zip
gh-120417: Remove unused imports in the stdlib (#120420)
Diffstat (limited to 'Lib/ntpath.py')
-rw-r--r--Lib/ntpath.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/ntpath.py b/Lib/ntpath.py
index 83e2d3b8657..1b1873f08b6 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 *