Skip to content

Commit c1c233c

Browse files
Bordalexierule
authored andcommitted
fix mypy for CLI
1 parent 56ad7ef commit c1c233c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning_app/cli/lightning_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def _run_app(
323323
env_vars = _format_input_env_variables(env)
324324
os.environ.update(env_vars)
325325

326-
def on_before_run(*args: Any):
326+
def on_before_run(*args: Any) -> None:
327327
if open_ui and not without_server:
328328
click.launch(get_app_url(runtime_type, *args))
329329

0 commit comments

Comments
 (0)