Skip to content

Commit 0d1d543

Browse files
committed
Remove pylint check
1 parent aeecee1 commit 0d1d543

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • ext/opentelemetry-ext-grpc/src/opentelemetry/ext/grpc/grpcext

ext/opentelemetry-ext-grpc/src/opentelemetry/ext/grpc/grpcext/_interceptor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ def invoker(request_iterator, metadata):
164164
)
165165

166166

167-
# pylint: disable=abstract-method
168167
class _InterceptorChannel(grpc.Channel):
169168
def __init__(self, channel, interceptor):
170169
self._channel = channel

0 commit comments

Comments
 (0)