From 80f1a868ff5585d6e078127399f803c2f384bc3f Mon Sep 17 00:00:00 2001 From: youknow Date: Wed, 22 May 2024 00:40:39 +0900 Subject: [PATCH] remove unnecessary return --- aider/commands.py | 1 - 1 file changed, 1 deletion(-) 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: