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 Dec 25, 2023
1 parent 752c1c2 commit 19f7175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bentoml/_internal/cloud/client.py
Expand Up @@ -3,8 +3,8 @@
import logging
import typing as t
from urllib.parse import urljoin
import httpx

import httpx

from ...exceptions import CloudRESTApiClientError
from ..configuration import BENTOML_VERSION
Expand Down Expand Up @@ -632,7 +632,7 @@ def delete_deployment(

class RestApiClient:
def __init__(self, endpoint: str, api_token: str) -> None:
self.session = httpx.Client()
self.session = httpx.Client()
self.session.headers.update(
{
"X-YATAI-API-TOKEN": api_token,
Expand Down

0 comments on commit 19f7175

Please sign in to comment.