mirror of
https://github.com/home-assistant/core.git
synced 2025-11-17 06:50:12 +00:00
Switch formatting from black to ruff-format (#102893)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
@@ -367,7 +367,7 @@ async def test_service_descriptions(hass: HomeAssistant) -> None:
|
||||
), patch(
|
||||
"homeassistant.components.python_script.os.path.exists", return_value=True
|
||||
), patch_yaml_files(
|
||||
services_yaml1
|
||||
services_yaml1,
|
||||
):
|
||||
await async_setup_component(hass, DOMAIN, {})
|
||||
|
||||
@@ -416,7 +416,7 @@ async def test_service_descriptions(hass: HomeAssistant) -> None:
|
||||
), patch(
|
||||
"homeassistant.components.python_script.os.path.exists", return_value=True
|
||||
), patch_yaml_files(
|
||||
services_yaml2
|
||||
services_yaml2,
|
||||
):
|
||||
await hass.services.async_call(DOMAIN, "reload", {}, blocking=True)
|
||||
descriptions = await async_get_all_descriptions(hass)
|
||||
|
||||
Reference in New Issue
Block a user