Skip to content

Commit 70931fc

Browse files
committed
Ruff fix
1 parent 1aa3a6d commit 70931fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plugwise_usb/connection/queue.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ async def _send_queue_worker(self) -> None:
194194

195195
queue_depth = self._stick.queue_depth - self._submit_queue.dropped_msgs
196196
if queue_depth > 3:
197-
_LOGGER.warning(
198-
"Awaiting plugwise responses %d", queue_depth
199-
)
197+
_LOGGER.warning("Awaiting plugwise responses %d", queue_depth)
200198
await sleep(0.125)
201199

202200
await self._stick.write_to_stick(request)

0 commit comments

Comments
 (0)