Drop unused logger argument for StorageCollection() (#90913)
This commit is contained in:
parent
3d426e1e2b
commit
fa308d8e10
19 changed files with 18 additions and 32 deletions
|
@ -35,7 +35,6 @@ def storage_collection(hass):
|
|||
id_manager = collection.IDManager()
|
||||
return person.PersonStorageCollection(
|
||||
person.PersonStore(hass, person.STORAGE_VERSION, person.STORAGE_KEY),
|
||||
logging.getLogger(f"{person.__name__}.storage_collection"),
|
||||
id_manager,
|
||||
collection.YamlCollection(
|
||||
logging.getLogger(f"{person.__name__}.yaml_collection"), id_manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue