From b675a8782afa41d5367111ccc7d1799e7a38648d Mon Sep 17 00:00:00 2001 From: pifou Date: Wed, 28 Oct 2020 22:58:55 +0100 Subject: [PATCH] indentation fix in client.py --- wideq/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wideq/client.py b/wideq/client.py index 1ed7732..2d5b416 100644 --- a/wideq/client.py +++ b/wideq/client.py @@ -145,7 +145,7 @@ class Client(object): Return a Device instance if no subclass exists for the device type. Return None if the device does not exist. """ - from . import util + from . import util device_info = self.get_device(device_id) if not device_info: