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
|
@ -56,7 +56,6 @@ class ResourceStorageCollection(collection.StorageCollection):
|
|||
"""Initialize the storage collection."""
|
||||
super().__init__(
|
||||
storage.Store(hass, RESOURCES_STORAGE_VERSION, RESOURCE_STORAGE_KEY),
|
||||
_LOGGER,
|
||||
)
|
||||
self.ll_config = ll_config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue