style: remove extra blank lines in io.py

This commit is contained in:
Paul Gauthier (aider) 2024-10-25 12:52:45 -07:00
parent 5b7f813f81
commit da7bb312c2

View file

@ -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