Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 14, 2024
1 parent 2c605ce commit bda3fc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/yoto/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ def __init__(self, hass: HomeAssistant, config_entry: ConfigEntry) -> None:
hass,
_LOGGER,
name=DOMAIN,
update_interval=timedelta(seconds=self.scan_interval
)
update_interval=timedelta(seconds=self.scan_interval),
)

async def _async_update_data(self):
Expand Down

0 comments on commit bda3fc9

Please sign in to comment.