Skip to content

Commit

Permalink
try make it pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Jan 22, 2024
1 parent d187913 commit bd3703b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/blueapi/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

from .rest import BlueapiRestClient

CONTEXT_SETTINGS = dict(help_option_names=['-h', '--help'])
CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"])


@click.group(invoke_without_command=True)
@click.version_option(version=__version__, prog_name="blueapi")
Expand Down

0 comments on commit bd3703b

Please sign in to comment.