From da7bb312c2b9cc268ada670434ee9af4d44d438c Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 25 Oct 2024 12:52:45 -0700 Subject: [PATCH] style: remove extra blank lines in io.py --- aider/io.py | 2 -- 1 file changed, 2 deletions(-) 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