1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-16 07:10:09 -07:00

indentation fix in client.py

This commit is contained in:
pifou 2020-10-28 22:58:55 +01:00
parent d6a8a95d01
commit b675a8782a

View File

@ -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: