mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
style: remove extra blank lines in io.py
This commit is contained in:
parent
5b7f813f81
commit
da7bb312c2
1 changed files with 0 additions and 2 deletions
|
@ -382,7 +382,6 @@ class InputOutput:
|
|||
watcher.start()
|
||||
dump(watcher)
|
||||
|
||||
|
||||
rel_fnames = list(rel_fnames)
|
||||
show = ""
|
||||
if rel_fnames:
|
||||
|
@ -472,7 +471,6 @@ class InputOutput:
|
|||
self.user_input(inp)
|
||||
return inp
|
||||
|
||||
|
||||
def add_to_input_history(self, inp):
|
||||
if not self.input_history_file:
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue