Skip to content

Commit

Permalink
style: make black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Sep 30, 2024
1 parent 035f7e3 commit 4a4d4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepaas/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

def get_fastapi_app(
enable_doc: bool = True,
enable_train: 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:
Expand Down

0 comments on commit 4a4d4a7

Please sign in to comment.