summaryrefslogtreecommitdiff
path: root/Lib/ctypes
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-04-30 11:26:33 +0200
committerGitHub <noreply@github.com>2020-04-30 11:26:33 +0200
commit90549676e063c2c818cfc14213d3adb7edcc2bd5 (patch)
tree110a338fd217521dd310994e673e3092ec6817a8 /Lib/ctypes
parent3209cbd99b6d65aa18b3beb124fac9c792b8993d (diff)
downloadcpython-git-90549676e063c2c818cfc14213d3adb7edcc2bd5.tar.gz
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Diffstat (limited to 'Lib/ctypes')
-rw-r--r--Lib/ctypes/test/test_loading.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/ctypes/test/test_loading.py b/Lib/ctypes/test/test_loading.py
index 5c48b0db4c..ba655bceb8 100644
--- a/Lib/ctypes/test/test_loading.py
+++ b/Lib/ctypes/test/test_loading.py
@@ -3,7 +3,6 @@ import os
import shutil
import subprocess
import sys
-import sysconfig
import unittest
import test.support
from ctypes.util import find_library