aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_cppext.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-06-06 22:50:43 +0200
committerGitHub <noreply@github.com>2023-06-06 22:50:43 +0200
commitae319e4b43dc0d9d94d36bdcdbc5443364398c29 (patch)
treeaef03900c10c94d8cc3848a3f5e9a5c3d6bcaf81 /Lib/test/test_cppext.py
parentd3a0eacbf382288a487d40f16d63abfeb2125e1a (diff)
downloadcpython-ae319e4b43dc0d9d94d36bdcdbc5443364398c29.tar.gz
cpython-ae319e4b43dc0d9d94d36bdcdbc5443364398c29.zip
gh-105407: Remove unused imports in tests (#105408)
Diffstat (limited to 'Lib/test/test_cppext.py')
-rw-r--r--Lib/test/test_cppext.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_cppext.py b/Lib/test/test_cppext.py
index e2fedc97350..7a143f44640 100644
--- a/Lib/test/test_cppext.py
+++ b/Lib/test/test_cppext.py
@@ -7,7 +7,6 @@ import unittest
import subprocess
import sysconfig
from test import support
-from test.support import os_helper
MS_WINDOWS = (sys.platform == 'win32')