mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
lint
This commit is contained in:
parent
ec91eb670e
commit
fed24aa444
3 changed files with 16 additions and 22 deletions
|
@ -232,7 +232,6 @@ class InputOutput:
|
|||
return inp
|
||||
|
||||
def user_input(self, inp, log_only=True):
|
||||
|
||||
if not log_only:
|
||||
style = dict(style=self.user_input_color) if self.user_input_color else dict()
|
||||
self.console.print(inp, **style)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue