mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
style: fix linter issues in io.py
This commit is contained in:
parent
b16050211c
commit
1cd5b11b5c
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ class InputOutput:
|
||||||
"completion-menu.completion.current": (
|
"completion-menu.completion.current": (
|
||||||
f"bg:{self.completion_menu_current_bg_color} "
|
f"bg:{self.completion_menu_current_bg_color} "
|
||||||
f"{self.completion_menu_current_color}"
|
f"{self.completion_menu_current_color}"
|
||||||
)
|
),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
return Style.from_dict(style_dict)
|
return Style.from_dict(style_dict)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue