Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Unified Diff: tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py

Issue 1103553002: Reland Reenable unused-import lint check for telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/telemetry/telemetry/web_perf/metrics/layout.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py
diff --git a/tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py b/tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py
index f1108eefc22f140ca5d934a75da3df0784c79332..21dc6989c6f865bbfd46cf41ee766a0ccf18a604 100644
--- a/tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py
+++ b/tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py
@@ -5,7 +5,6 @@
import os
import unittest
-from telemetry.core import platform
from telemetry.page import page as page_module
from telemetry.page import page_set
from telemetry.results import page_test_results
@@ -14,7 +13,6 @@ from telemetry.timeline import model as model_module
from telemetry.value import scalar
from telemetry.web_perf.metrics import timeline_based_metric
from telemetry.web_perf import timeline_based_measurement as tbm_module
-from telemetry.web_perf import timeline_interaction_record as tir_module
class FakeSmoothMetric(timeline_based_metric.TimelineBasedMetric):
« no previous file with comments | « tools/telemetry/telemetry/web_perf/metrics/layout.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698