Skip to content

Commit

Permalink
port to Union[str,int]
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Jan 23, 2025
1 parent 7df84a4 commit 9ddbe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash/dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -2009,7 +2009,7 @@ def delete_resource(resources):
def run(
self,
host: Optional[str] = None,
port: Optional[str] = None,
port: Optional[Union[str, int]] = None,
proxy: Optional[str] = None,
debug: Optional[bool] = None,
jupyter_mode: Optional[JupyterDisplayMode] = None,
Expand Down

0 comments on commit 9ddbe6d

Please sign in to comment.