Fix lines for PEP8

This commit is contained in:
Jules 2023-12-23 21:08:46 +01:00
parent dc4115b92c
commit ea853a05a2
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
2 changed files with 2 additions and 1 deletions

View file

@ -40,6 +40,7 @@ class IrmKmiWeather(CoordinatorEntity, WeatherEntity):
if datetime.now().strftime('%H') != data['hour']:
return None
return data
@property
def name(self) -> str:
return self._name