Skip to content

Commit abd17d9

Browse files
authored
Pass empty set instead of empty dict to get_last_statistics (#144022)
1 parent a906a17 commit abd17d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/opower/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ async def _async_maybe_migrate_statistics(
349349
1,
350350
target_id,
351351
True,
352-
{},
352+
set(),
353353
)
354354
if not last_target_stat:
355355
need_migration_source_ids.add(source_id)

0 commit comments

Comments
 (0)