mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: Apply linter formatting to io.py
This commit is contained in:
parent
26698488d3
commit
31606d5d70
1 changed files with 6 additions and 1 deletions
|
@ -251,7 +251,12 @@ class InputOutput:
|
||||||
style = None
|
style = None
|
||||||
|
|
||||||
completer_instance = AutoCompleter(
|
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:
|
while True:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue