mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
cleanup
This commit is contained in:
parent
502d6b22d4
commit
387da4beab
1 changed files with 0 additions and 8 deletions
8
coder.py
8
coder.py
|
@ -61,14 +61,6 @@ class Coder:
|
|||
else:
|
||||
self.console = Console(force_terminal=True, no_color=True)
|
||||
|
||||
def files_modified(self):
|
||||
for fname, mtime in self.fnames.items():
|
||||
if Path(fname).stat().st_mtime != mtime:
|
||||
return True
|
||||
|
||||
def request(self, prompt):
|
||||
self.request_prompt = prompt
|
||||
|
||||
def quoted_file(self, fname):
|
||||
prompt = "\n"
|
||||
prompt += fname
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue