mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
fix: Remove unnecessary call to dump() in InputOutput.read_style()
This commit is contained in:
parent
1a75b79c81
commit
91307ecfc4
1 changed files with 0 additions and 1 deletions
|
@ -284,7 +284,6 @@ class InputOutput:
|
||||||
completion_menu_current_style
|
completion_menu_current_style
|
||||||
)
|
)
|
||||||
|
|
||||||
dump(style_dict)
|
|
||||||
return Style.from_dict(style_dict)
|
return Style.from_dict(style_dict)
|
||||||
|
|
||||||
def read_image(self, filename):
|
def read_image(self, filename):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue