mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
Update typing 16 (#48087)
This commit is contained in:
@@ -76,7 +76,7 @@ STAGE_1_INTEGRATIONS = {
|
||||
|
||||
|
||||
async def async_setup_hass(
|
||||
runtime_config: "RuntimeConfig",
|
||||
runtime_config: RuntimeConfig,
|
||||
) -> core.HomeAssistant | None:
|
||||
"""Set up Home Assistant."""
|
||||
hass = core.HomeAssistant()
|
||||
|
||||
Reference in New Issue
Block a user