mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
WIP: Removed unnecessary blank line in coder.py.
This commit is contained in:
parent
5527e8e433
commit
0c40b1828d
1 changed files with 1 additions and 1 deletions
2
coder.py
2
coder.py
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import re
|
import re
|
||||||
import readline
|
import readline
|
||||||
|
@ -174,6 +173,7 @@ class Coder:
|
||||||
|
|
||||||
readline.write_history_file(history_file)
|
readline.write_history_file(history_file)
|
||||||
return inp
|
return inp
|
||||||
|
|
||||||
def check_for_local_edits(self, init=False):
|
def check_for_local_edits(self, init=False):
|
||||||
last_modified = max(Path(fname).stat().st_mtime for fname in self.fnames)
|
last_modified = max(Path(fname).stat().st_mtime for fname in self.fnames)
|
||||||
since = last_modified - self.last_modified
|
since = last_modified - self.last_modified
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue