From ee3bf2311c5e28ef39a9783d6091d54ce2df870b Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 24 Sep 2024 14:03:30 -0700 Subject: [PATCH] fix: Resolve flake8 line length errors in aider/io.py --- aider/io.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/aider/io.py b/aider/io.py index b7d491b4e..a71c91469 100644 --- a/aider/io.py +++ b/aider/io.py @@ -337,7 +337,8 @@ class InputOutput: f"bg:{self.completion_menu_bg_color} {self.completion_menu_color}" ), "completion-menu.completion.current": ( - f"bg:{self.completion_menu_current_bg_color} {self.completion_menu_current_color}" + f"bg:{self.completion_menu_current_bg_color} " + f"{self.completion_menu_current_color}" ), } ) @@ -489,7 +490,8 @@ class InputOutput: f"bg:{self.completion_menu_bg_color} {self.completion_menu_color}" ), "completion-menu.completion.current": ( - f"bg:{self.completion_menu_current_bg_color} {self.completion_menu_current_color}" + f"bg:{self.completion_menu_current_bg_color} " + f"{self.completion_menu_current_color}" ), } else: