Skip to content

Commit d5ec940

Browse files
author
autoblack
committed
fixup: daily_full_update Python code reformatted using Black
1 parent 9fdaadb commit d5ec940

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugwise/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,8 @@ async def async_update(self) -> PlugwiseData:
530530
# Perform a full update at day-change
531531
day_number = dt.datetime.now().strftime("%w")
532532
if (
533-
day_number != self._previous_day_number # pylint: disable=consider-using-assignment-expr
533+
day_number
534+
!= self._previous_day_number # pylint: disable=consider-using-assignment-expr
534535
):
535536
LOGGER.debug(
536537
"Performing daily full-update, reload the Plugwise integration when a single entity becomes unavailable."

0 commit comments

Comments
 (0)