Index: tools/perf/metrics/cpu_unittest.py |
diff --git a/tools/perf/metrics/cpu_unittest.py b/tools/perf/metrics/cpu_unittest.py |
index 6c7f893d0a18a6582a129bc1f18d4072ca3ca1f7..617d7975c0d8977082b899ab07d635b45cfae791 100644 |
--- a/tools/perf/metrics/cpu_unittest.py |
+++ b/tools/perf/metrics/cpu_unittest.py |
@@ -7,7 +7,7 @@ import unittest |
from metrics import cpu |
# Testing private method. |
-# pylint: disable=W0212 |
+# pylint: disable=protected-access |
class CpuMetricTest(unittest.TestCase): |
def testSubtractCpuStats(self): |
# The result computed is a ratio of cpu time used to time elapsed. |