Skip to content

Commit

Permalink
chore: lint and format
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Sep 28, 2022
1 parent 7905435 commit da8df4b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/unit/grpc/interceptors/test_prometheus.py
@@ -1,5 +1,6 @@
from __future__ import annotations

import sys
import typing as t
import tempfile
from typing import TYPE_CHECKING
Expand All @@ -8,15 +9,12 @@

import pytest

import sys

from bentoml.testing.grpc import create_channel
from bentoml.testing.grpc import async_client_call
from bentoml.testing.grpc import create_bento_servicer
from bentoml.testing.grpc import make_standalone_server
from bentoml._internal.configuration.containers import BentoMLContainer
from bentoml.grpc.interceptors.prometheus import PrometheusServerInterceptor

from bentoml._internal.configuration.containers import BentoMLContainer

if TYPE_CHECKING:
import grpc
Expand Down

0 comments on commit da8df4b

Please sign in to comment.