mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
gh-120417: Remove unused imports in tests (part 4) (#120632)
This commit is contained in:
parent
5c4235cd8c
commit
f4d301d8b9
7 changed files with 1 additions and 10 deletions
|
@ -2,10 +2,9 @@ import itertools
|
|||
import functools
|
||||
import rlcompleter
|
||||
from unittest import TestCase
|
||||
from unittest.mock import MagicMock, patch
|
||||
from unittest.mock import MagicMock
|
||||
|
||||
from .support import handle_all_events, handle_events_narrow_console, code_to_events, prepare_reader
|
||||
from test.support import import_helper
|
||||
from _pyrepl.console import Event
|
||||
from _pyrepl.reader import Reader
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue