| Index: tools/perf/measurements/smooth_gesture_util_unittest.py
|
| diff --git a/tools/perf/measurements/smooth_gesture_util_unittest.py b/tools/perf/measurements/smooth_gesture_util_unittest.py
|
| index 6887357527630e2c93a1e14d3f28b38d440b7df2..cde44f49f1439f3de4f9d59792589bf368e923c1 100644
|
| --- a/tools/perf/measurements/smooth_gesture_util_unittest.py
|
| +++ b/tools/perf/measurements/smooth_gesture_util_unittest.py
|
| @@ -120,7 +120,6 @@
|
| tab_ids = []
|
| class ScrollingGestureTestMeasurement(page_test.PageTest):
|
| def __init__(self):
|
| - # pylint: disable=bad-super-call
|
| super(ScrollingGestureTestMeasurement, self).__init__(
|
| 'RunSmoothness', False)
|
|
|
|
|