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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user