style: Apply linter formatting to io.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-09 18:46:53 -04:00
parent 26698488d3
commit 31606d5d70

View file

@ -251,7 +251,12 @@ class InputOutput:
style = None
completer_instance = AutoCompleter(
root, rel_fnames, addable_rel_fnames, commands, self.encoding, abs_read_only_fnames=abs_read_only_fnames
root,
rel_fnames,
addable_rel_fnames,
commands,
self.encoding,
abs_read_only_fnames=abs_read_only_fnames,
)
while True: