From 5cd0584746aa2b150b327a701ec62e75b06aa2d7 Mon Sep 17 00:00:00 2001 From: emdneto <9735060+emdneto@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:42:46 -0300 Subject: [PATCH] disable in test-util Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> --- opentelemetry-sdk/tests/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-sdk/tests/test_util.py b/opentelemetry-sdk/tests/test_util.py index c75afaac07..db6d3b5787 100644 --- a/opentelemetry-sdk/tests/test_util.py +++ b/opentelemetry-sdk/tests/test_util.py @@ -17,7 +17,7 @@ from opentelemetry.sdk.util import BoundedList -# pylint: disable=nsubscriptable-object +# pylint: disable=unsubscriptable-object class TestBoundedList(unittest.TestCase): base = [52, 36, 53, 29, 54, 99, 56, 48, 22, 35, 21, 65, 10, 95, 42, 60]