Skip to content

Commit db2e53d

Browse files
committed
Ignore pylint error in test file
1 parent 9f0a2c7 commit db2e53d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exporter/opentelemetry-exporter-prometheus/tests/test_prometheus_exporter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555

5656

5757
class TestPrometheusMetricReader(TestCase):
58+
# pylint: disable=too-many-public-methods
59+
5860
def setUp(self):
5961
self._mock_registry_register = Mock()
6062
self._registry_register_patch = patch(

0 commit comments

Comments
 (0)