Skip to content

Commit

Permalink
chore(app): Explicitly specify the return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangChen2333 committed Jan 13, 2025
1 parent 13e5f95 commit 85173d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
)


def launch_gradio(server_name: str, server_port: int):
def launch_gradio(server_name: str, server_port: int) -> None:
Applio.launch(
favicon_path="assets/ICON.ico",
share="--share" in sys.argv,
Expand Down

0 comments on commit 85173d4

Please sign in to comment.