Skip to content

Commit 4af98bd

Browse files
committed
lint
1 parent 57a1868 commit 4af98bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pephubclient/cli.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ def version_callback(value: bool):
7979
@app.callback()
8080
def common(
8181
ctx: typer.Context,
82-
version: bool = typer.Option(None, "--version", "-v", callback=version_callback, help="App version"),
82+
version: bool = typer.Option(
83+
None, "--version", "-v", callback=version_callback, help="App version"
84+
),
8385
):
8486
pass

0 commit comments

Comments
 (0)