aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_tools/test_pathfix.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-04-30 01:48:37 +0200
committerGitHub <noreply@github.com>2020-04-30 01:48:37 +0200
commit57572b103ebd8732ac21922f0051a7f140d0e405 (patch)
treea8e74f2774656002b1c6247bd5f0b4ca98e99140 /Lib/test/test_tools/test_pathfix.py
parent69e802ed812e38cb68a4ab74af64b4f719b6cc78 (diff)
downloadcpython-57572b103ebd8732ac21922f0051a7f140d0e405.tar.gz
cpython-57572b103ebd8732ac21922f0051a7f140d0e405.zip
bpo-40443: Remove unused imports in tests (GH-19805)
Diffstat (limited to 'Lib/test/test_tools/test_pathfix.py')
-rw-r--r--Lib/test/test_tools/test_pathfix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_tools/test_pathfix.py b/Lib/test/test_tools/test_pathfix.py
index ec361178e6d..8b419307340 100644
--- a/Lib/test/test_tools/test_pathfix.py
+++ b/Lib/test/test_tools/test_pathfix.py
@@ -3,7 +3,7 @@ import subprocess
import sys
import unittest
from test import support
-from test.test_tools import import_tool, scriptsdir, skip_if_missing
+from test.test_tools import scriptsdir, skip_if_missing
# need Tools/script/ directory: skip if run on Python installed on the system