Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Jan 24, 2025
1 parent 60201fd commit ba5842d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastcs/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def version_callback(value: bool):
@launch_typer.callback()
def main(
ctx: typer.Context,
version: Optional[bool] = typer.Option(
version: Optional[bool] = typer.Option( # noqa (Optional required for typer)
None,
"--version",
callback=version_callback,
Expand Down

0 comments on commit ba5842d

Please sign in to comment.