Index: tools/perf/benchmarks/system_health_unittest.py |
diff --git a/tools/perf/benchmarks/system_health_unittest.py b/tools/perf/benchmarks/system_health_unittest.py |
index 97ecd53b587ff06e6a5b35ae003399f659b81137..fdd4295d2a4bb6b6726e67af2773026e1612bc51 100644 |
--- a/tools/perf/benchmarks/system_health_unittest.py |
+++ b/tools/perf/benchmarks/system_health_unittest.py |
@@ -11,7 +11,8 @@ from page_sets.system_health import system_health_stories |
from page_sets.system_health import system_health_story |
from telemetry import benchmark as benchmark_module |
-from telemetry.core import discover |
+ |
+from py_utils import discover |
def _GetAllSystemHealthBenchmarks(): |