remove unnecessary return

This commit is contained in:
youknow 2024-05-22 00:40:39 +09:00
parent 07731e30dc
commit 80f1a868ff

View file

@ -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: