Skip to content

Commit

Permalink
Update src/bentoml/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Frost Ming <[email protected]>
  • Loading branch information
aarnphm and frostming authored Dec 18, 2023
1 parent acd267f commit af2a794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bentoml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
exceptions = _LazyLoader("bentoml.exceptions", globals(), "bentoml.exceptions")
monitoring = _LazyLoader("bentoml.monitoring", globals(), "bentoml.monitoring")
cloud = _LazyLoader("bentoml.cloud", globals(), "bentoml.cloud")
deployment = _LazyLoader("bentoml.cloud", globals(), "bentoml.deployment")
deployment = _LazyLoader("bentoml.deployment", globals(), "bentoml.deployment")
del _LazyLoader


Expand Down

0 comments on commit af2a794

Please sign in to comment.