Skip to content

Commit 41f876a

Browse files
committed
Lint fix
1 parent d0dad75 commit 41f876a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/app/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def list_commands(self, ctx):
5656

5757
def get_command(self, ctx, name):
5858
cmds = {"foo": foo, "bar": bar}
59-
return cmds.get(name, None)
59+
return cmds.get(name)
6060

6161

6262
multi_named = MultiCLI(name="multi", help="Main entrypoint for this dummy program")

0 commit comments

Comments
 (0)