Skip to content

Commit

Permalink
chore(lint): remove unused import (bentoml#3051)
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 Oct 2, 2022
1 parent cdcb509 commit 132516f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bentoml/serve.py
Expand Up @@ -303,7 +303,6 @@ def serve_http_production(
from bentoml import load

from ._internal.utils import reserve_free_port
from ._internal.resource import CpuResource
from ._internal.utils.uri import path_to_uri
from ._internal.utils.circus import create_standalone_arbiter
from ._internal.utils.analytics import track_serve
Expand Down Expand Up @@ -659,7 +658,6 @@ def serve_grpc_production(
from bentoml.exceptions import UnprocessableEntity

from ._internal.utils import reserve_free_port
from ._internal.resource import CpuResource
from ._internal.utils.uri import path_to_uri
from ._internal.utils.circus import create_standalone_arbiter
from ._internal.utils.analytics import track_serve
Expand Down

0 comments on commit 132516f

Please sign in to comment.