diff --git a/gen3/cli/users.py b/gen3/cli/users.py index beb690e4a..b6aad66ab 100644 --- a/gen3/cli/users.py +++ b/gen3/cli/users.py @@ -21,7 +21,6 @@ def users(): pass -# for command in users_cli.main.commands: for command in users_cli.main.commands: users.add_command(users_cli.main.get_command(ctx=None, cmd_name=command))