diff --git a/src/bentoml/client.py b/src/bentoml/client.py index 6452e2e9cfe..ce9ecae6743 100644 --- a/src/bentoml/client.py +++ b/src/bentoml/client.py @@ -1,7 +1,8 @@ from __future__ import annotations -import asyncio +import json import typing as t +import asyncio import functools from abc import ABC from abc import abstractmethod @@ -10,7 +11,6 @@ import aiohttp import starlette.requests -import json import starlette.datastructures import bentoml