Index: tools/perf/metrics/smoothness.py |
diff --git a/tools/perf/metrics/smoothness.py b/tools/perf/metrics/smoothness.py |
index 9d00b53e327c4cdc61e1572e695913daaea539dc..193df93e1d53075f97d44ab0ae6720165fb1cbb6 100644 |
--- a/tools/perf/metrics/smoothness.py |
+++ b/tools/perf/metrics/smoothness.py |
@@ -15,7 +15,6 @@ |
def __init__(self, name): |
super(MissingDisplayFrameRateError, self).__init__( |
'Missing display frame rate metrics: ' + name) |
- |
class NotEnoughFramesError(page_measurement.MeasurementFailure): |
def __init__(self): |