diff options
Diffstat (limited to 'build/android/host_heartbeat.py')
-rwxr-xr-x | build/android/host_heartbeat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/host_heartbeat.py b/build/android/host_heartbeat.py index 6e011e2..8321a77 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 |