mirror of
https://github.com/python/cpython.git
synced 2025-08-12 04:49:01 +00:00
Remove several unused imports in _pyrepl
(#118668)
This commit is contained in:
parent
65f5e586a1
commit
ad3d877a12
2 changed files with 0 additions and 3 deletions
|
@ -23,7 +23,6 @@ from __future__ import annotations
|
|||
|
||||
from contextlib import contextmanager
|
||||
from dataclasses import dataclass, field, fields
|
||||
import re
|
||||
import unicodedata
|
||||
from _colorize import can_colorize, ANSIColors # type: ignore[import-not-found]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue