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

Unified Diff: tools/telemetry/telemetry/value/failure.py

Issue 445793004: Fix import order with isort tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/value/failure.py
diff --git a/tools/telemetry/telemetry/value/failure.py b/tools/telemetry/telemetry/value/failure.py
index ba6998ad4b4c6c22c0c18f03ae2fb6b11c1f4779..1bfe1047dafa3511393c17f89c48a32e2e60bbba 100644
--- a/tools/telemetry/telemetry/value/failure.py
+++ b/tools/telemetry/telemetry/value/failure.py
@@ -7,6 +7,7 @@ import traceback
from telemetry import value as value_module
+
class FailureValue(value_module.Value):
def __init__(self, page, exc_info, description=None):
« no previous file with comments | « tools/telemetry/telemetry/util/support_binaries_unittest.py ('k') | tools/telemetry/telemetry/value/failure_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698