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

Unified Diff: tools/telemetry/telemetry/util/statistics_unittest.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/util/statistics_unittest.py
diff --git a/tools/telemetry/telemetry/util/statistics_unittest.py b/tools/telemetry/telemetry/util/statistics_unittest.py
index 918604db85cec2b8be3b9dd4835e8e100d8750ef..8468a165855be3ddcd5f3c60f133439b06870540 100644
--- a/tools/telemetry/telemetry/util/statistics_unittest.py
+++ b/tools/telemetry/telemetry/util/statistics_unittest.py
@@ -2,9 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import unittest
-import random
import math
+import random
+import unittest
from telemetry.util import statistics
« no previous file with comments | « tools/telemetry/telemetry/util/find_dependencies.py ('k') | tools/telemetry/telemetry/util/support_binaries_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698