Skip to content

Commit d851057

Browse files
committed
Remove trailing whitespace in coordinator.py
Trim trailing spaces from the aux_kw float assignment in custom_components/cardata/coordinator.py. This is a whitespace-only change to clean up the code (no functional impact).
1 parent d402274 commit d851057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/cardata/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ async def async_handle_connection_event(self, status: str, reason: str | None =
15791579
except (TypeError, ValueError):
15801580
pass
15811581
if _OVERULE_AUX_POWER > 0:
1582-
aux_kw = float(_OVERULE_AUX_POWER)
1582+
aux_kw = float(_OVERULE_AUX_POWER)
15831583
self._soc_predictor.update_ac_charging_data(vin, voltage, current, phases, aux_kw)
15841584
_LOGGER.info(
15851585
"Reconnection: restored AC charging data for %s (%.1fV × %.1fA)",

0 commit comments

Comments
 (0)