Use core constants for helpers (#46240)

This commit is contained in:
tkdrob 2021-02-08 16:53:17 -05:00 committed by GitHub
parent 00bbf8c3a2
commit c2302784c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 1 additions and 18 deletions

View file

@ -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 = []