mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
remove unnecessary return
This commit is contained in:
parent
07731e30dc
commit
80f1a868ff
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ class Commands:
|
||||||
def run(self, inp):
|
def run(self, inp):
|
||||||
if inp.startswith("!"):
|
if inp.startswith("!"):
|
||||||
return self.do_run("run", inp[1:])
|
return self.do_run("run", inp[1:])
|
||||||
return
|
|
||||||
|
|
||||||
res = self.matching_commands(inp)
|
res = self.matching_commands(inp)
|
||||||
if res is None:
|
if res is None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue