mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +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()
|
watcher.start()
|
||||||
dump(watcher)
|
dump(watcher)
|
||||||
|
|
||||||
|
|
||||||
rel_fnames = list(rel_fnames)
|
rel_fnames = list(rel_fnames)
|
||||||
show = ""
|
show = ""
|
||||||
if rel_fnames:
|
if rel_fnames:
|
||||||
|
@ -472,7 +471,6 @@ class InputOutput:
|
||||||
self.user_input(inp)
|
self.user_input(inp)
|
||||||
return inp
|
return inp
|
||||||
|
|
||||||
|
|
||||||
def add_to_input_history(self, inp):
|
def add_to_input_history(self, inp):
|
||||||
if not self.input_history_file:
|
if not self.input_history_file:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue