From 483241d0687d79f5e92f1be6aa4df261eb844d77 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Tue, 12 Nov 2024 11:22:00 +0100 Subject: [PATCH] Silence pylint --- .../opentelemetry-instrumentation-click/tests/test_click.py | 1 + 1 file changed, 1 insertion(+) diff --git a/instrumentation/opentelemetry-instrumentation-click/tests/test_click.py b/instrumentation/opentelemetry-instrumentation-click/tests/test_click.py index 083b280de0..d90b748750 100644 --- a/instrumentation/opentelemetry-instrumentation-click/tests/test_click.py +++ b/instrumentation/opentelemetry-instrumentation-click/tests/test_click.py @@ -22,6 +22,7 @@ class ClickTestCase(TestBase): + # pylint: disable=unbalanced-tuple-unpacking def setUp(self): super().setUp()