Skip to content

Commit 464ce25

Browse files
committed
Ruff format fix
1 parent bb1baa1 commit 464ce25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugwise/legacy/smile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ async def async_update(self) -> PlugwiseData:
126126
# Detect failed data-retrieval
127127
_ = self.gw_entities[self.gateway_id]["location"]
128128
except KeyError as err: # pragma: no cover
129-
raise DataMissingError("No (full) Plugwise legacy data received") from err
129+
raise DataMissingError(
130+
"No (full) Plugwise legacy data received"
131+
) from err
130132
# Otherwise perform an incremental update
131133
else:
132134
try:

0 commit comments

Comments
 (0)