diff --git a/adb_shell/adb_device.py b/adb_shell/adb_device.py index 62ea6e0..7f8ad21 100644 --- a/adb_shell/adb_device.py +++ b/adb_shell/adb_device.py @@ -806,7 +806,6 @@ def _read_length(self, data_length, data_checksum, adb_info): ------ adb_shell.exceptions.InvalidChecksumError Received checksum does not match the expected checksum. - """ data = bytearray()