Skip to content

Commit a612c4e

Browse files
committed
Apply formatting
1 parent 17afe46 commit a612c4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugwise/nodes/circle_plus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def set_real_time_clock(self, callback=None):
126126
)
127127

128128
def sync_realtime_clock(self, max_drift=0):
129-
"""Sync real time clock of node if time has drifted more than max drifted"""
129+
"""Sync real time clock of node if time has drifted more than max drifted."""
130130
if self._realtime_clock_offset is not None:
131131
if max_drift == 0:
132132
max_drift = MAX_TIME_DRIFT

plugwise/stick.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ def _watchdog_loop(self):
585585
# First hour every once an hour
586586
if self._circle_plus_retries < 60 or circle_plus_retry_counter > 60:
587587
_LOGGER.info(
588-
"Circle+ not yet discovered, resubmit discovery request",
588+
"Circle+ not yet discovered, resubmit discovery request"
589589
)
590590
self.discover_node(self.circle_plus_mac, self.scan)
591591
self._circle_plus_retries += 1

0 commit comments

Comments
 (0)