Skip to content

Commit

Permalink
fix: bug: module 'bentoml' has no attribute 'build' (#4689)
Browse files Browse the repository at this point in the history
Fixes #4687

Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed Apr 24, 2024
1 parent cab59c8 commit a124df5
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 a124df5

Please sign in to comment.