Use core constants for helpers (#46240)
This commit is contained in:
parent
00bbf8c3a2
commit
c2302784c2
12 changed files with 1 additions and 18 deletions
|
@ -136,7 +136,6 @@ class YamlCollection(ObservableCollection):
|
|||
|
||||
async def async_load(self, data: List[dict]) -> None:
|
||||
"""Load the YAML collection. Overrides existing data."""
|
||||
|
||||
old_ids = set(self.data)
|
||||
|
||||
change_sets = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue