From 70f0a32ed2bb2c7c4c7f344ff03dc757638b7b9b Mon Sep 17 00:00:00 2001 From: pifou Date: Mon, 26 Oct 2020 23:40:15 +0100 Subject: [PATCH] Update client.py --- wideq/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wideq/client.py b/wideq/client.py index a9b61b2..7134dcc 100644 --- a/wideq/client.py +++ b/wideq/client.py @@ -265,7 +265,7 @@ class DeviceInfo(object): DeviceType.DRYER : DryerDevice, DeviceType.WASHER : WasherDevice, """ - mapping: typing.Dict[DeviceType, object] = {} + mapping: Dict[DeviceType, object] = {} def __init__(self, data: Dict[str, Any]) -> None: self.data = data