style: Apply linter formatting to aider/io.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-05 19:31:06 -03:00
parent 30b2460a7a
commit d3a9247b3c

View file

@ -23,7 +23,6 @@ from .dump import dump # noqa: F401
from .utils import is_image_file
class AutoCompleter(Completer):
def __init__(self, root, rel_fnames, addable_rel_fnames, commands, encoding):
self.addable_rel_fnames = addable_rel_fnames