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

@ -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]