mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
![]() # Context: USER: import CompleteStyle ASSISTANT: To import `CompleteStyle`, you need to add the import statement at the beginning of the `aider/getinput.py` file. Here's the change: ```python aider/getinput.py <<<<<<< ORIGINAL from prompt_toolkit.history import FileHistory ======= from prompt_toolkit.history import FileHistory from prompt_toolkit.completion import CompleteStyle >>>>>>> UPDATED ``` |
||
---|---|---|
.. | ||
__init__.py | ||
coder.py | ||
commands.py | ||
dump.py | ||
getinput.py | ||
main.py | ||
prompts.py | ||
test_utils.py | ||
utils.py |