Skip to content

Commit

Permalink
chore: cleanup deadcode
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Nov 7, 2022
1 parent 566220e commit 3242509
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 1,201 deletions.
6 changes: 6 additions & 0 deletions src/bentoml/_internal/bento/build_dev_bentoml_whl.py
Expand Up @@ -28,9 +28,15 @@ def build_bentoml_editable_wheel(target_path: str) -> None:
return

try:
# NOTE: build.env is a standalone library,
# different from build. However, isort sometimes
# incorrectly re-order the imports order.
# isort: off
from build.env import IsolatedEnvBuilder

from build import ProjectBuilder

# isort: on
except ModuleNotFoundError as e:
raise MissingDependencyException(
f"Environment variable '{BENTOML_DEV_BUILD}=True', which requires the 'pypa/build' package ({e}). Install development dependencies with 'pip install -r requirements/dev-requirements.txt' and try again."
Expand Down
277 changes: 0 additions & 277 deletions src/bentoml/_internal/bento/local_py_modules.py

This file was deleted.

0 comments on commit 3242509

Please sign in to comment.