mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
aider is AI pair programming in your terminal
https://aider.chat/
![]() # Context: USER: coder.py:9:1: F401 'time' imported but unused ASSISTANT: I will remove the unused import 'time' from the file. ```python coder.py <<<<<<< ORIGINAL import time ======= >>>>>>> UPDATED ``` |
||
---|---|---|
.flake8 | ||
.pre-commit-config.yaml | ||
coder.py | ||
dump.py | ||
prompts.py |