mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix stale docstring in recorder queries (#120763)
This commit is contained in:
parent
a6454cf3c7
commit
b03c10647e
@ -594,7 +594,7 @@ def delete_statistics_short_term_rows(
|
||||
def delete_event_rows(
|
||||
event_ids: Iterable[int],
|
||||
) -> StatementLambdaElement:
|
||||
"""Delete statistics_short_term rows."""
|
||||
"""Delete event rows."""
|
||||
return lambda_stmt(
|
||||
lambda: delete(Events)
|
||||
.where(Events.event_id.in_(event_ids))
|
||||
|
Loading…
x
Reference in New Issue
Block a user