Skip to content

Commit fd7f574

Browse files
committed
No need to check instance
1 parent d8f3a1c commit fd7f574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ async def initialize(self) -> bool:
796796
_LOGGER.debug("Already initialized node %s", self._mac_in_str)
797797
return True
798798

799-
if isinstance(self, PlugwiseCircle) and not await self.clock_synchronize():
799+
if not await self.clock_synchronize():
800800
_LOGGER.debug(
801801
"Failed to initialized node %s, failed clock sync",
802802
self._mac_in_str

0 commit comments

Comments
 (0)