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

Unified Diff: mojo/devtools/common/devtoolslib/android_shell.py

Issue 1421483006: devtools: fix unused import and whitespace in `android_shell.py`. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/devtools/common/devtoolslib/android_shell.py
diff --git a/mojo/devtools/common/devtoolslib/android_shell.py b/mojo/devtools/common/devtoolslib/android_shell.py
index ab03bb2b5e61fd0725dd34c17a17c36be683fa3d..91c26af7fb27c39fa1517ab50d604b01014c669b 100644
--- a/mojo/devtools/common/devtoolslib/android_shell.py
+++ b/mojo/devtools/common/devtoolslib/android_shell.py
@@ -4,7 +4,6 @@
import atexit
import hashlib
-import json
import logging
import os
import os.path
@@ -67,6 +66,7 @@ def _find_available_host_port():
netstat_output = subprocess.check_output(['netstat'])
return _find_available_port(netstat_output)
+
def parse_adb_devices_output(adb_devices_output):
"""Parses the output of the `adb devices` command, returning a dictionary
mapping device id to the status of the device, as printed by `adb devices`.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698