mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +00:00
wip: Changed fnames from a dictionary to a set in Coder class.
This commit is contained in:
parent
534ff2ad1e
commit
27324c39d8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ openai.api_key = os.getenv("OPENAI_API_KEY")
|
||||||
|
|
||||||
|
|
||||||
class Coder:
|
class Coder:
|
||||||
fnames = dict()
|
fnames = set()
|
||||||
relative_to_fname = dict()
|
relative_to_fname = dict()
|
||||||
|
|
||||||
last_modified = 0
|
last_modified = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue