Skip to content

Commit 0282968

Browse files
author
Kevin Rauwolf
committed
Remove pylint disable=no-self-use from test
1 parent 3219568 commit 0282968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-grpc/tests/test_client_interceptor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def test_error_stream_stream(self):
274274

275275
def test_client_interceptor_falsy_response(
276276
self,
277-
): # pylint: disable=no-self-use
277+
):
278278
"""ensure that client interceptor closes the span only once even if the response is falsy."""
279279

280280
with mock.patch.object(SdkSpan, "end") as span_end_mock:

0 commit comments

Comments
 (0)