Skip to content

Commit

Permalink
chore(lint): remove unused import (#3051)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnphm committed Sep 29, 2022
1 parent cdcb509 commit 6cbf724
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 6cbf724

Please sign in to comment.