From 91307ecfc4204994426d8cc84d72841bc16cba18 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 27 Sep 2024 19:50:45 -0700 Subject: [PATCH] fix: Remove unnecessary call to dump() in InputOutput.read_style() --- aider/io.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index f1d3f63e1..242df7917 100644 --- a/aider/io.py +++ b/aider/io.py @@ -284,7 +284,6 @@ class InputOutput: completion_menu_current_style ) - dump(style_dict) return Style.from_dict(style_dict) def read_image(self, filename):