mirror of https://github.com/aliasrobotics/cai.git
Remove unused HTML import from read_repl_line
This commit is contained in:
parent
95506508a2
commit
f454c41e94
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue