Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sauyon committed Oct 28, 2022
1 parent 9a6d66e commit 8d475aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -10,7 +11,6 @@

import aiohttp
import starlette.requests
import json
import starlette.datastructures

import bentoml
Expand Down

0 comments on commit 8d475aa

Please sign in to comment.