Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
fix(models_in_bento): remove unused libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaël Romagné committed Dec 6, 2023
1 parent 0c1a2cc commit 530cde5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bentoctl/deployment_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import logging
import os
import typing as t
from contextlib import contextmanager
from pathlib import Path
import shutil

Expand All @@ -13,7 +12,6 @@
import yaml
from bentoml import Bento
from bentoml.exceptions import NotFound
from bentoml.models import get as get_model

from bentoctl.exceptions import (
BentoNotFound,
Expand Down

0 comments on commit 530cde5

Please sign in to comment.