Index: tools/perf/page_sets/login_helpers/login_utils.py |
diff --git a/tools/perf/page_sets/login_helpers/login_utils.py b/tools/perf/page_sets/login_helpers/login_utils.py |
index 24451569fb9dacc9e7b727176e42fc0d7fc44bc3..108bead6f929983bc07e1ccb5b78944e290ab719 100644 |
--- a/tools/perf/page_sets/login_helpers/login_utils.py |
+++ b/tools/perf/page_sets/login_helpers/login_utils.py |
@@ -2,9 +2,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-import os |
import json |
- |
+import os |
DEFAULT_CREDENTIAL_PATH = os.path.join( |
os.path.dirname(__file__), os.path.pardir, 'data', 'credentials.json') |