From dad8b6f171987a0c1078a063a216bad7b3b142e4 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 9 Aug 2024 16:08:52 -0300 Subject: [PATCH] style: Apply linter formatting changes --- aider/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/commands.py b/aider/commands.py index d498e1002..b4c6e7384 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -1011,5 +1011,6 @@ if __name__ == "__main__": status = main() sys.exit(status) + def completions_read(self): return [] # No auto-completion for now, as it would require listing all files on the system