Skip to content

Commit 22cfddd

Browse files
authored
Fix for pylint (open-telemetry#1613)
1 parent a3d23a8 commit 22cfddd

File tree

1 file changed

+2
-0
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/trace

1 file changed

+2
-0
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/trace/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ def force_flush(self, timeout_millis: int = 30000) -> bool:
122122
"""
123123

124124

125+
# Temporary fix until https://github.com/PyCQA/pylint/issues/4098 is resolved
126+
# pylint:disable=no-member
125127
class SynchronousMultiSpanProcessor(SpanProcessor):
126128
"""Implementation of class:`SpanProcessor` that forwards all received
127129
events to a list of span processors sequentially.

0 commit comments

Comments
 (0)