mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-16 15:20:09 -07:00
fix mypy errors
This commit is contained in:
parent
709e1de9c9
commit
4fda55aba0
@ -265,7 +265,7 @@ class DeviceInfo(object):
|
||||
DeviceType.DRYER : DryerDevice,
|
||||
DeviceType.WASHER : WasherDevice,
|
||||
"""
|
||||
mapping = dict()
|
||||
mapping : dict[DeviceType, Device] = {}
|
||||
|
||||
def __init__(self, data: Dict[str, Any]) -> None:
|
||||
self.data = data
|
||||
|
Loading…
x
Reference in New Issue
Block a user