1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-15 15:20:27 +01:00
This commit is contained in:
clydebarrow 2025-02-23 18:24:19 +11:00
parent d7aec79888
commit 769f5839e0

View File

@ -71,7 +71,7 @@ class FontCache(MutableMapping):
return f"file:{value[CONF_PATH]}"
def __init__(self, *args, **kwargs):
self.store = dict()
self.store = {}
self.update(dict(*args, **kwargs))
def __delitem__(self, key):