Skip to content

Commit d9be146

Browse files
committed
Remove unnecessary import
1 parent bcb3c38 commit d9be146

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/ctypes/test/test_loading.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def test_1703286_B(self):
118118
@unittest.skipUnless(os.name == "nt",
119119
'test specific to Windows')
120120
def test_load_dll_with_flags(self):
121-
import nt
122121
_sqlite3 = test.support.import_module("_sqlite3")
123122
src = _sqlite3.__file__
124123
if src.lower().endswith("_d.pyd"):

0 commit comments

Comments
 (0)