mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
gh-131152: Remove unused imports in _pyrepl and ctypes (#131150)
This commit is contained in:
parent
14aed5e8ab
commit
db27aee2fe
3 changed files with 0 additions and 8 deletions
|
|
@ -33,11 +33,6 @@ import code
|
|||
|
||||
from .readline import _get_reader, multiline_input
|
||||
|
||||
TYPE_CHECKING = False
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from typing import Any
|
||||
|
||||
|
||||
_error: tuple[type[Exception], ...] | type[Exception]
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue