Skip to content

Commit 02e6af4

Browse files
author
Michael Stella
committed
more linting
1 parent 2c819f6 commit 02e6af4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-grpc/tests/test_server_interceptor.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@
3030
from opentelemetry.test.test_base import TestBase
3131
from opentelemetry.trace.status import StatusCode
3232

33-
33+
from .protobuf.test_server_pb2 import Request, Response
3434
from .protobuf.test_server_pb2_grpc import (
3535
GRPCTestServerServicer,
3636
add_GRPCTestServerServicer_to_server,
3737
)
38-
from .protobuf.test_server_pb2 import Request, Response
3938

4039

4140
class UnaryUnaryMethodHandler(grpc.RpcMethodHandler):

0 commit comments

Comments
 (0)