Skip to content

Commit 8e974ba

Browse files
committed
chore: fix lint errors in mqtt channel
1 parent 55e75d6 commit 8e974ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/mqtt_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ async def subscribe(self, callback: Callable[[RoborockMessage], None]) -> Callab
7676

7777
async def subscribe_stream(self) -> AsyncGenerator[RoborockMessage, None]:
7878
"""Subscribe to the device's message stream.
79-
79+
8080
This is useful for processing all incoming messages in an async for loop,
8181
when they are not necessarily associated with a specific request.
8282
"""

0 commit comments

Comments
 (0)