1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00

Set docstyle convention to google in ruff (#148142)

This commit is contained in:
epenet
2025-07-04 16:00:37 +02:00
committed by GitHub
parent b3d9908cd9
commit e47bdc06a0
4 changed files with 54 additions and 65 deletions

View File

@@ -1724,7 +1724,7 @@ async def async_test_recorder(
wait_recorder: bool = True,
wait_recorder_setup: bool = True,
) -> AsyncGenerator[recorder.Recorder]:
"""Setup and return recorder instance.""" # noqa: D401
"""Setup and return recorder instance."""
await _async_init_recorder_component(
hass,
config,