mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
tweak
This commit is contained in:
@@ -2001,7 +2001,7 @@ def _statistics_at_time(
|
||||
return cast(Sequence[Row], execute_stmt_lambda_element(session, stmt))
|
||||
|
||||
|
||||
def _sorted_statistics_to_dict(
|
||||
def _sorted_statistics_to_dict( # noqa: C901
|
||||
hass: HomeAssistant,
|
||||
session: Session,
|
||||
stats: Sequence[Row[Any]],
|
||||
|
Reference in New Issue
Block a user