fix: Remove unnecessary call to dump() in InputOutput.read_style()

This commit is contained in:
Paul Gauthier 2024-09-27 19:50:45 -07:00 committed by Paul Gauthier (aider)
parent 1a75b79c81
commit 91307ecfc4

View file

@ -284,7 +284,6 @@ class InputOutput:
completion_menu_current_style
)
dump(style_dict)
return Style.from_dict(style_dict)
def read_image(self, filename):