Index: build/android/host_heartbeat.py |
diff --git a/build/android/host_heartbeat.py b/build/android/host_heartbeat.py |
index 8321a77258e18bcccf1cb5b3794612030613e213..6e011e234957e12a2719ee84c0d9969dc9f11882 100755 |
--- a/build/android/host_heartbeat.py |
+++ b/build/android/host_heartbeat.py |
@@ -7,8 +7,8 @@ |
"""Sends a heart beat pulse to the currently online Android devices. |
This heart beat lets the devices know that they are connected to a host. |
""" |
+# pylint: disable=W0702 |
-import os |
import sys |
import time |