| Index: tools/telemetry/telemetry/web_perf/timeline_interaction_record.py
|
| diff --git a/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py b/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py
|
| index 1879b0d365b27b977e72b864ad5b0658dc0c2c1a..7380a447477aab4732848ab722b90d82c616fd58 100644
|
| --- a/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py
|
| +++ b/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py
|
| @@ -4,9 +4,8 @@
|
|
|
| import re
|
|
|
| -from telemetry import decorators
|
| import telemetry.timeline.bounds as timeline_bounds
|
| -
|
| +from telemetry import decorators
|
|
|
| # Enables the fast metric for this interaction
|
| IS_FAST = 'is_fast'
|
|
|