Skip to content

Commit

Permalink
Merge branch 'main' into uvicorn-timeout-option
Browse files Browse the repository at this point in the history
  • Loading branch information
gusghrlrl101 committed Apr 25, 2024
2 parents 1aed193 + a124df5 commit b35e641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bentoml/__init__.py
Expand Up @@ -44,6 +44,7 @@
from ._internal.utils.http import Cookie

# Bento management APIs
from .bentos import build
from .bentos import delete
from .bentos import export_bento
from .bentos import get
Expand Down Expand Up @@ -234,6 +235,7 @@ def __getattr__(name: str) -> Any:
"delete",
"import_bento",
"export_bento",
"build",
"load",
"push",
"pull",
Expand Down

0 comments on commit b35e641

Please sign in to comment.