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