Skip to content

Commit bb78f6a

Browse files
autoruffbouwew
authored andcommitted
fixup: mdi_clock Python code reformatted using Ruff
1 parent f8c6762 commit bb78f6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,9 @@ async def _clock_synchronize_scheduler(self) -> None:
864864
try:
865865
await self.clock_synchronize()
866866
except Exception:
867-
_LOGGER.exception("Clock synchronization failed for %s", self._mac_in_str)
867+
_LOGGER.exception(
868+
"Clock synchronization failed for %s", self._mac_in_str
869+
)
868870
except CancelledError:
869871
_LOGGER.debug("Clock sync scheduler cancelled for %s", self._mac_in_str)
870872
raise

0 commit comments

Comments
 (0)