mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
Upgrade black to 20.8b1 (#39287)
This commit is contained in:
@@ -117,7 +117,9 @@ def _async_loop_exception_handler(_: Any, context: Dict) -> None:
|
||||
)
|
||||
|
||||
|
||||
async def setup_and_run_hass(runtime_config: RuntimeConfig,) -> int:
|
||||
async def setup_and_run_hass(
|
||||
runtime_config: RuntimeConfig,
|
||||
) -> int:
|
||||
"""Set up Home Assistant and run."""
|
||||
hass = await bootstrap.async_setup_hass(runtime_config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user