Pass empty set instead of empty dict to get_last_statistics (#144022)

This commit is contained in:
tronikos 2025-05-01 13:47:48 -07:00 committed by GitHub
parent a906a1754e
commit abd17d9af9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -349,7 +349,7 @@ class OpowerCoordinator(DataUpdateCoordinator[dict[str, Forecast]]):
1,
target_id,
True,
{},
set(),
)
if not last_target_stat:
need_migration_source_ids.add(source_id)