mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
gh-134357: Remove unused imports in tests (#134340)
This commit is contained in:
parent
24a47155d2
commit
328a778db8
35 changed files with 26 additions and 48 deletions
|
@ -46,11 +46,10 @@ import abc
|
|||
import textwrap
|
||||
import typing
|
||||
import weakref
|
||||
import warnings
|
||||
import types
|
||||
|
||||
from test.support import (
|
||||
captured_stderr, cpython_only, infinite_recursion, requires_docstrings, import_helper, run_code,
|
||||
captured_stderr, cpython_only, requires_docstrings, import_helper, run_code,
|
||||
EqualToForwardRef,
|
||||
)
|
||||
from test.typinganndata import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue