mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
![]() # Context: USER: aider/commands.py:2:1: F401 'rich.text.Text' imported but unused from rich.text import Text ^ ASSISTANT: I will remove the unused import from the `aider/commands.py` file. ```python aider/commands.py <<<<<<< ORIGINAL from rich.text import Text from rich.prompt import Confirm ======= from rich.prompt import Confirm >>>>>>> UPDATED ``` |
||
---|---|---|
.. | ||
__init__.py | ||
coder.py | ||
commands.py | ||
dump.py | ||
io.py | ||
main.py | ||
prompts.py | ||
utils.py |