mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-102515: Remove unused imports in the Lib/
directory (#102516)
This commit is contained in:
parent
7d801f245e
commit
401d7a7f00
33 changed files with 8 additions and 41 deletions
|
@ -20,7 +20,6 @@ from pickle import dumps, loads, PicklingError, HIGHEST_PROTOCOL
|
|||
from test import support
|
||||
from test.support import ALWAYS_EQ
|
||||
from test.support import threading_helper
|
||||
from textwrap import dedent
|
||||
from datetime import timedelta
|
||||
|
||||
python_version = sys.version_info[:2]
|
||||
|
@ -1187,7 +1186,6 @@ class TestSpecial(unittest.TestCase):
|
|||
#
|
||||
class SillyInt(HexInt):
|
||||
__qualname__ = 'SillyInt'
|
||||
pass
|
||||
class MyOtherEnum(SillyInt, enum.Enum):
|
||||
__qualname__ = 'MyOtherEnum'
|
||||
D = 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue