Skip to content

Commit 977e181

Browse files
committed
chore: revert whitespace change
1 parent a5d9bf1 commit 977e181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/fixtures/mqtt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def handle_socket_recv(self, read_size: int) -> bytes:
4646
self.response_buf.seek(0)
4747
data = self.response_buf.read(read_size)
4848
_LOGGER.debug("Response: 0x%s", data.hex())
49-
5049
# Consume the rest of the data in the buffer
5150
remaining_data = self.response_buf.read()
5251
self.response_buf = io.BytesIO(remaining_data)

0 commit comments

Comments
 (0)