Skip to content

Commit 1345e0c

Browse files
committed
ruff scan
1 parent d937a30 commit 1345e0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugwise_usb/nodes/scan.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,9 @@ async def _run_awake_tasks(self) -> None:
427427
if self._motion_config.dirty:
428428
await self._configure_scan_task()
429429
await self.publish_feature_update_to_subscribers(
430-
NodeFeature.MOTION_CONFIG,
431-
self._motion_config,
432-
)
430+
NodeFeature.MOTION_CONFIG,
431+
self._motion_config,
432+
)
433433

434434
async def _configure_scan_task(self) -> bool:
435435
"""Configure Scan device settings. Returns True if successful."""

0 commit comments

Comments
 (0)