diff --git a/aider/commands.py b/aider/commands.py index 60c0f317d..c8b7bd38c 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -121,7 +121,6 @@ class Commands: def run(self, inp): if inp.startswith("!"): return self.do_run("run", inp[1:]) - return res = self.matching_commands(inp) if res is None: