Skip to content

Commit

Permalink
Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheng committed Jan 18, 2023
1 parent 8595710 commit 75070f0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/bentoml/_internal/yatai_rest_api_client/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ def get_current_context() -> YataiClientContext:
return config.get_current_context()


def get_current_yatai_rest_api_client() -> YataiRESTApiClient:
ctx = get_current_context()
return ctx.get_yatai_rest_api_client()


def get_context(context: t.Optional[str]) -> YataiClientContext:
config = get_config()
return config.get_context(context)
Expand Down

0 comments on commit 75070f0

Please sign in to comment.