Improve screenlogic generic typing (#89587)

This commit is contained in:
Marc Mueller 2023-03-12 17:38:26 +01:00 committed by GitHub
parent e932139721
commit b4b7605b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ async def async_get_connect_info(
}
class ScreenlogicDataUpdateCoordinator(DataUpdateCoordinator):
class ScreenlogicDataUpdateCoordinator(DataUpdateCoordinator[None]):
"""Class to manage the data update for the Screenlogic component."""
def __init__(