mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Remove unused imports in test modules.
This commit is contained in:
parent
dc3694bee0
commit
a4f46e1292
74 changed files with 40 additions and 135 deletions
|
|
@ -5,7 +5,7 @@ from _testcapi import test_structmembersType, \
|
|||
LONG_MAX, LONG_MIN, ULONG_MAX, \
|
||||
LLONG_MAX, LLONG_MIN, ULLONG_MAX
|
||||
|
||||
import warnings, exceptions, unittest, sys
|
||||
import unittest
|
||||
from test import test_support
|
||||
|
||||
ts=test_structmembersType(False, 1, 2, 3, 4, 5, 6, 7, 8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue