Skip to content

Commit

Permalink
update doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Oct 3, 2023
1 parent 7e9374d commit feba916
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,7 @@ async def list_solver_ports(
catalog_client: Annotated[CatalogApi, Depends(get_api_client(CatalogApi))],
product_name: Annotated[str, Depends(get_product_name)],
):
"""Lists inputs and outputs of a given solver
New in *version 0.5.0* (only with API_SERVER_DEV_FEATURES_ENABLED=1)
"""
"""Lists inputs and outputs of a given solver"""
try:
ports = await catalog_client.get_service_ports(
user_id=user_id,
Expand Down

0 comments on commit feba916

Please sign in to comment.