Index: tools/perf/page_sets/top_25_smooth.py |
diff --git a/tools/perf/page_sets/top_25_smooth.py b/tools/perf/page_sets/top_25_smooth.py |
index 91d56b26d56f314a68370ac82f2456a87172b700..761cd532762c93e8947e1da4df6256b435f8ecbf 100644 |
--- a/tools/perf/page_sets/top_25_smooth.py |
+++ b/tools/perf/page_sets/top_25_smooth.py |
@@ -14,7 +14,7 @@ def _IssueMarkerAndScroll(action_runner): |
def _CreatePageClassWithSmoothInteractions(page_cls): |
- class DerivedSmoothPage(page_cls): # pylint: disable=W0232 |
+ class DerivedSmoothPage(page_cls): # pylint: disable=no-init |
def RunPageInteractions(self, action_runner): |
_IssueMarkerAndScroll(action_runner) |