Skip to content

Commit

Permalink
or more
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Stella committed Dec 5, 2020
1 parent bf0b0e7 commit be48f30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

import opentelemetry.instrumentation.grpc
from opentelemetry import trace
from opentelemetry.trace.status import StatusCode
from opentelemetry.instrumentation.grpc import (
GrpcInstrumentorServer,
server_interceptor,
)
from opentelemetry.sdk import trace as trace_sdk
from opentelemetry.test.test_base import TestBase
from opentelemetry.trace.status import StatusCode


class UnaryUnaryMethodHandler(grpc.RpcMethodHandler):
Expand Down

0 comments on commit be48f30

Please sign in to comment.