Skip to content

Commit

Permalink
ci: auto fixes from pre-commit.ci
Browse files Browse the repository at this point in the history
For more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 10, 2023
1 parent d058450 commit 08803c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/bentoml/client.py
Expand Up @@ -15,8 +15,6 @@
from __future__ import annotations

from ._internal.client import AsyncClient
from ._internal.client import Client
from ._internal.client import SyncClient
from ._internal.client.grpc import AsyncGrpcClient
from ._internal.client.grpc import GrpcClient
from ._internal.client.grpc import SyncGrpcClient
Expand All @@ -26,8 +24,7 @@

__all__ = [
"AsyncClient",
"SyncClient"
"Client",
"SyncClient" "Client",
"AsyncHTTPClient",
"SyncHTTPClient",
"HTTPClient",
Expand Down

0 comments on commit 08803c5

Please sign in to comment.