Skip to content

Commit

Permalink
less simple, but docker image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Nov 3, 2023
1 parent 208fc7a commit af71638
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions aider/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
__version__ = "0.16.4-dev"

from aider.coders import Coder # noqa: F401
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ done
You can also script aider from python:

```python
from aider import Coder
from aider.coders import Coder

# This is a list of files to add to the chat
fnames = ["foo.py"]
Expand Down

0 comments on commit af71638

Please sign in to comment.