Skip to content

Commit

Permalink
Typing correction
Browse files Browse the repository at this point in the history
  • Loading branch information
masaccio committed Sep 18, 2023
1 parent 4341a0e commit e5694ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions custom_components/kingspan_watchman_sensit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,7 @@ class SENSiTDataUpdateCoordinator(DataUpdateCoordinator):
"""Class to manage fetching data from the API."""

def __init__(
self,
hass: HomeAssistant,
client: SENSiTApiClient,
update_interval: timedelta = DEFAULT_UPDATE_INTERVAL,
self, hass: HomeAssistant, client: SENSiTApiClient, update_interval: timedelta
) -> None:
"""Initialize."""
self.api = client
Expand Down

0 comments on commit e5694ec

Please sign in to comment.