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 Sep 14, 2023
1 parent 83650b1 commit 213c84d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/bentoml/_internal/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ def wait_until_server_ready(

@t.overload
@staticmethod
def from_url(
server_url: str, *, kind: None | t.Literal["auto"] = ...
) -> Client:
def from_url(server_url: str, *, kind: None | t.Literal["auto"] = ...) -> Client:
...

@t.overload
Expand Down

0 comments on commit 213c84d

Please sign in to comment.