Skip to content

Commit 69476f4

Browse files
committed
Fix lint
1 parent 7d4587e commit 69476f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -1534,6 +1534,7 @@ def test_shutdown_wait_last_export(self):
15341534
export_thread.join()
15351535

15361536
def test_aggregation_temporality(self):
1537+
# pylint: disable=protected-access
15371538

15381539
otlp_metric_exporter = OTLPMetricExporter()
15391540

0 commit comments

Comments
 (0)