Skip to content

Commit

Permalink
Fix indentation level.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Mar 29, 2024
1 parent df15cb4 commit 6daa1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bloom/commands/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def create_subparsers(parser, generator_cmds):
'dest': 'generator_cmd'
}
if sys.version_info >= (3, 7):
subparsers_kwargs['required'] = True
subparsers_kwargs['required'] = True
subparsers = parser.add_subparsers(**subparsers_kwargs)
for generator_cmd in generator_cmds:
desc = load_generator_description(generator_cmd)
Expand Down

0 comments on commit 6daa1d5

Please sign in to comment.