Skip to content

Commit

Permalink
Update data_safe_haven/cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: James Robinson <[email protected]>
  • Loading branch information
JimMadge and jemrobinson authored Jul 26, 2023
1 parent 3c64afb commit 1a5f359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_safe_haven/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def callback(
),
] = None,
version: Annotated[
bool | None,
Optional[bool],
typer.Option("--version", "-V", help="Display the version of this application."),
] = None,
) -> None:
Expand Down

0 comments on commit 1a5f359

Please sign in to comment.