Remove several unused imports in _pyrepl (#118668)

This commit is contained in:
Nikita Sobolev 2024-05-07 15:43:18 +03:00 committed by GitHub
parent 65f5e586a1
commit ad3d877a12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

View file

@ -32,7 +32,6 @@ import sys
import code
from types import ModuleType
from .console import Event
from .readline import _get_reader, multiline_input
from .unix_console import _error
@ -82,7 +81,6 @@ class InteractiveColoredConsole(code.InteractiveConsole):
def run_multiline_interactive_console(
mainmodule: ModuleType | None= None, future_flags: int = 0
) -> None:
import code
import __main__
from .readline import _setup
_setup()