Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
pylint
  • Loading branch information
Liudmila Molkova committed Oct 29, 2024
commit 64884b2fd127fc427f9ea813a38f21a7a451dc27
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ def __init__(self, **kwargs: Any):
super().__init__(**kwargs)

def export(
self, spans: Sequence[ReadableSpan], **kwargs: Any
) -> SpanExportResult: # pylint: disable=unused-argument
self, spans: Sequence[ReadableSpan], **kwargs: Any # pylint: disable=unused-argument
) -> SpanExportResult:
"""Export span data.

:param spans: Open Telemetry Spans to export.
Expand Down