mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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:
|
||||
|
|
|
@ -25,7 +25,6 @@ import sys
|
|||
import time
|
||||
import msvcrt
|
||||
|
||||
from collections import deque
|
||||
import ctypes
|
||||
from ctypes.wintypes import (
|
||||
_COORD,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue