Skip to content

Commit a0b85d4

Browse files
committed
remove unused imports
1 parent c5d7596 commit a0b85d4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Lib/test/test_code.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,6 @@
200200
except ImportError:
201201
_testcapi = None
202202

203-
try:
204-
import _testinternalcapi
205-
except ImportError:
206-
_testinternalcapi = None
207-
208203
from test import support
209204
from test.support import (cpython_only,
210205
check_impl_detail, requires_debug_ranges,
@@ -593,7 +588,6 @@ def test_code_equal_with_instrumentation(self):
593588

594589
@unittest.skipUnless(ctypes, "requires ctypes")
595590
@unittest.skipUnless(_testcapi, "requires _testcapi")
596-
@unittest.skipUnless(_testinternalcapi, "requires _testinternalcapi")
597591
def test_co_framesize_overflow(self):
598592
# See: https://github.com/python/cpython/issues/126119.
599593

0 commit comments

Comments
 (0)