Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
jdejaegh committed Jan 22, 2024
1 parent ce79abb commit 11d055e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion custom_components/irm_kmi/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

from homeassistant.components.weather import (ATTR_CONDITION_CLEAR_NIGHT,
ATTR_CONDITION_CLOUDY,
ATTR_CONDITION_EXCEPTIONAL,
ATTR_CONDITION_FOG,
ATTR_CONDITION_LIGHTNING_RAINY,
ATTR_CONDITION_PARTLYCLOUDY,
Expand Down
1 change: 0 additions & 1 deletion custom_components/irm_kmi/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ def daily_list_to_forecast(self, data: List[dict] | None) -> List[Forecast] | No
(forecast['native_templow'], forecast['native_temperature']) = \
(forecast['native_temperature'], forecast['native_templow'])


forecasts.append(forecast)
if is_daytime or idx == 0:
n_days += 1
Expand Down

0 comments on commit 11d055e

Please sign in to comment.