Skip to content

Commit 8b3ea1e

Browse files
committed
Some cleanup
1 parent f203e3b commit 8b3ea1e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

exporter/opentelemetry-exporter-otlp-proto-grpc/tests/test_otlp_exporter_mixin.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,12 @@
6060
# The below tests use this test SpanExporter and Spans, but are testing the
6161
# underlying behavior in the mixin. A MetricExporter or LogExporter could
6262
# just as easily be used.
63-
# pylint: disable=no-member
6463
class OTLPSpanExporterForTesting(
6564
SpanExporter,
6665
OTLPExporterMixin[
6766
ReadableSpan, ExportTraceServiceRequest, SpanExportResult
6867
],
6968
):
70-
# pylint: disable=unsubscriptable-object
71-
"""OTLP span exporter
72-
73-
Args:
74-
endpoint: OpenTelemetry Collector receiver endpoint
75-
insecure: Connection type
76-
credentials: Credentials object for server authentication
77-
headers: Headers to send when exporting
78-
timeout: Backend request timeout in seconds
79-
compression: gRPC compression method to use
80-
"""
81-
8269
_result = SpanExportResult
8370
_stub = TraceServiceStub
8471

0 commit comments

Comments
 (0)