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 4b68c87 commit 0f940f7Copy full SHA for 0f940f7
opentelemetry-sdk/tests/metrics/test_metrics.py
@@ -12,10 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
import weakref
15
-
16
-# pylint: disable=protected-access,no-self-use
17
18
19
from logging import WARNING
20
from time import sleep
21
from typing import Iterable, Sequence
@@ -48,6 +44,11 @@
48
44
from opentelemetry.test import TestCase
49
45
from opentelemetry.test.concurrency_test import ConcurrencyTestBase, MockFunc
50
46
47
+# pylint: disable=protected-access,no-self-use
+
51
52
53
class DummyMetricReader(MetricReader):
54
def __init__(self):
0 commit comments