Skip to content

Commit 062a9e6

Browse files
committed
Fix lint
1 parent 4d3a24c commit 062a9e6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

exporter/opentelemetry-exporter-prometheus-remote-write/tests/conftest.py

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
import pytest
44

55
import opentelemetry.test.metrictestutil as metric_util
6+
7+
# pylint: disable=no-name-in-module
68
from opentelemetry.exporter.prometheus_remote_write import (
79
PrometheusRemoteWriteMetricsExporter,
810
)

exporter/opentelemetry-exporter-prometheus-remote-write/tests/test_prometheus_remote_write_exporter.py

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
import pytest
1919

20+
# pylint: disable=no-name-in-module
2021
from opentelemetry.exporter.prometheus_remote_write import (
2122
PrometheusRemoteWriteMetricsExporter,
2223
)

instrumentation/opentelemetry-instrumentation-aws-lambda/tests/__init__.py

Whitespace-only changes.

instrumentation/opentelemetry-instrumentation-elasticsearch/src/opentelemetry/instrumentation/elasticsearch/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def _instrument(self, **kwargs):
172172
)
173173

174174
def _uninstrument(self, **kwargs):
175+
# pylint: disable=no-member
175176
unwrap(elasticsearch.Transport, "perform_request")
176177

177178

0 commit comments

Comments
 (0)