Skip to content

Commit

Permalink
[serve] Remove extra comment (#40441)
Browse files Browse the repository at this point in the history
  • Loading branch information
zcin committed Oct 18, 2023
1 parent 8f5cd61 commit 3e13e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/serve/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def run(
Returns:
RayServeSyncHandle: A handle that can be used to call the application.
"""
# trigger tests

if len(name) == 0:
raise RayServeException("Application name must a non-empty string.")

Expand Down

0 comments on commit 3e13e7c

Please sign in to comment.