From 7dd3fee2b7344cb311496af2d504ab4504b588c4 Mon Sep 17 00:00:00 2001 From: Sauyon Lee Date: Thu, 27 Oct 2022 13:14:55 -0700 Subject: [PATCH] format --- src/bentoml/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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