From d3a9247b3c116570c7828f93955fd0884f98e370 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 5 Aug 2024 19:31:06 -0300 Subject: [PATCH] style: Apply linter formatting to aider/io.py --- aider/io.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index 9a4110bad..aec5094d3 100644 --- a/aider/io.py +++ b/aider/io.py @@ -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