Skip to content

Commit

Permalink
Make mypy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Apr 5, 2024
1 parent f32cab2 commit 24d94a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tango/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class SettingsObject(NamedTuple):
called_by_executor: bool


@click.group(**_CLICK_GROUP_DEFAULTS)
@click.group(name=None, **_CLICK_GROUP_DEFAULTS)
@click.version_option(version=VERSION)
@click.option(
"--settings",
Expand Down

0 comments on commit 24d94a2

Please sign in to comment.