Skip to content

Commit

Permalink
fix: remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Sep 30, 2024
1 parent 35ef6f7 commit 035f7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepaas/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@

def get_fastapi_app(
enable_doc: bool = True,
enable_train: bool = True, # FIXME(aloga): not handled yet
enable_predict: bool = True, # FIXME(aloga): not handled yet
enable_train: bool = True, # FIXME(aloga): not handled yet
enable_predict: bool = True,
base_path: str = "",
) -> fastapi.FastAPI:
"""Get the main app, based on FastAPI."""
Expand Down

0 comments on commit 035f7e3

Please sign in to comment.