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

Unified Diff: tools/telemetry/telemetry/core/system_info.py

Issue 445793004: Fix import order with isort tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: tools/telemetry/telemetry/core/system_info.py
diff --git a/tools/telemetry/telemetry/core/system_info.py b/tools/telemetry/telemetry/core/system_info.py
index 45a6f244e178b100bc76ce6fa2064d3d39097076..20f40f3d8f30516039415d007d2e23283079d865 100644
--- a/tools/telemetry/telemetry/core/system_info.py
+++ b/tools/telemetry/telemetry/core/system_info.py
@@ -3,6 +3,7 @@
# found in the LICENSE file.
from telemetry.core import gpu_info
+
class SystemInfo(object):
"""Provides low-level system information."""

Powered by Google App Engine
This is Rietveld 408576698