Skip to content

Commit 1a68aa4

Browse files
committed
chore: fix lint whitespace
1 parent 26486b8 commit 1a68aa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roborock/mqtt/roborock_session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ async def _run_task(self, start_future: asyncio.Future[None] | None) -> None:
144144
await asyncio.sleep(self._backoff.total_seconds())
145145
self._backoff = min(self._backoff * BACKOFF_MULTIPLIER, MAX_BACKOFF_INTERVAL)
146146

147-
148147
@asynccontextmanager
149148
async def _mqtt_client(self, params: MqttParams) -> aiomqtt.Client:
150149
"""Connect to the MQTT broker and listen for messages."""

0 commit comments

Comments
 (0)