diff --git a/aider/io.py b/aider/io.py index 46e127bda..833de9e59 100644 --- a/aider/io.py +++ b/aider/io.py @@ -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