mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Fix formatting in io.py
This commit is contained in:
parent
7805aafe0a
commit
6185f8f271
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ class InputOutput:
|
|||
style = dict()
|
||||
|
||||
def is_valid_response(text):
|
||||
return text.lower()[0] in ['y', 'n', 'a', 's', '']
|
||||
return text.lower()[0] in ["y", "n", "a", "s", ""]
|
||||
|
||||
validator = Validator.from_callable(
|
||||
is_valid_response,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue