Skip to content

Commit 5cd0584

Browse files
committed
disable in test-util
Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
1 parent db8dec1 commit 5cd0584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/tests/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from opentelemetry.sdk.util import BoundedList
1818

1919

20-
# pylint: disable=nsubscriptable-object
20+
# pylint: disable=unsubscriptable-object
2121
class TestBoundedList(unittest.TestCase):
2222
base = [52, 36, 53, 29, 54, 99, 56, 48, 22, 35, 21, 65, 10, 95, 42, 60]
2323

0 commit comments

Comments
 (0)