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

Unified Diff: tools/telemetry/telemetry/util/cloud_storage.py

Issue 1029263003: [telemetry] Sort imports in Telemetry and its dependents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ensure we're up to date. Created 5 years, 9 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/cloud_storage.py
diff --git a/tools/telemetry/telemetry/util/cloud_storage.py b/tools/telemetry/telemetry/util/cloud_storage.py
index a6055e614bd2498b0523eb0217cd79da0dd30060..a40b524b6f5aeb4af2fbcfae6477aa1cfa20a60f 100644
--- a/tools/telemetry/telemetry/util/cloud_storage.py
+++ b/tools/telemetry/telemetry/util/cloud_storage.py
@@ -4,8 +4,8 @@
"""Wrappers for gsutil, for basic interaction with Google Cloud Storage."""
-import contextlib
import collections
+import contextlib
import cStringIO
import hashlib
import logging
@@ -15,8 +15,8 @@ import sys
import tarfile
import urllib2
-from telemetry import decorators
from telemetry.core import util
+from telemetry import decorators
from telemetry.util import path

Powered by Google App Engine
This is Rietveld 408576698