We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8dec1 commit 5cd0584Copy full SHA for 5cd0584
opentelemetry-sdk/tests/test_util.py
@@ -17,7 +17,7 @@
17
from opentelemetry.sdk.util import BoundedList
18
19
20
-# pylint: disable=nsubscriptable-object
+# pylint: disable=unsubscriptable-object
21
class TestBoundedList(unittest.TestCase):
22
base = [52, 36, 53, 29, 54, 99, 56, 48, 22, 35, 21, 65, 10, 95, 42, 60]
23
0 commit comments