Remove unused HTML import from read_repl_line

This commit is contained in:
Rufino Cabrera 2026-06-11 11:26:40 +02:00
parent 95506508a2
commit f454c41e94
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ def read_repl_line(
) -> str:
"""Read one line using prompt_toolkit (same stack as the CAI> prompt)."""
from prompt_toolkit import prompt as ptk_prompt
from prompt_toolkit.formatted_text import HTML
_restore_tty_after_prompt()
try: