mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
fix: Resolve flake8 line length errors in aider/io.py
This commit is contained in:
parent
6c570b1847
commit
ee3bf2311c
1 changed files with 4 additions and 2 deletions
|
@ -337,7 +337,8 @@ class InputOutput:
|
||||||
f"bg:{self.completion_menu_bg_color} {self.completion_menu_color}"
|
f"bg:{self.completion_menu_bg_color} {self.completion_menu_color}"
|
||||||
),
|
),
|
||||||
"completion-menu.completion.current": (
|
"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}"
|
f"bg:{self.completion_menu_bg_color} {self.completion_menu_color}"
|
||||||
),
|
),
|
||||||
"completion-menu.completion.current": (
|
"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:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue