mirror of
https://github.com/esphome/esphome.git
synced 2025-04-15 15:20:27 +01:00
pylint
This commit is contained in:
parent
d7aec79888
commit
769f5839e0
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user