Skip to content

Commit 857f929

Browse files
committed
chore(testing): remove redundant comment in a01_simulator.py
1 parent c5dd1df commit 857f929

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

roborock/testing/a01_simulator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ async def _handle_publish(self, message: RoborockMessage, channel: Any) -> None:
161161

162162
updated_dps: dict[int, Any] = {}
163163

164-
# Check for query (ID_QUERY key = 10000)
165164
id_query_key = int(RoborockDyadDataProtocol.ID_QUERY)
166165
if query_raw := decoded_dps.get(id_query_key):
167166
query_list: list[Any] = []

0 commit comments

Comments
 (0)