From 6d9b09a6e6dfce04ada80cc09ed098ff642c342a Mon Sep 17 00:00:00 2001 From: Patrick Pichon Date: Wed, 8 Jan 2025 18:23:15 +0100 Subject: [PATCH] sort imports --- DevicesModules/custom_zlinky.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevicesModules/custom_zlinky.py b/DevicesModules/custom_zlinky.py index ca149d799..889de322d 100644 --- a/DevicesModules/custom_zlinky.py +++ b/DevicesModules/custom_zlinky.py @@ -13,6 +13,7 @@ import binascii from Modules.domoMaj import MajDomoDevice +from Modules.readAttributes import ReadAttributeReq_Scheduled_ZLinky from Modules.tools import checkAndStoreAttributeValue, getAttributeValue from Modules.zlinky import (ZLINK_CONF_MODEL, ZLinky_TIC_COMMAND, convert_kva_to_ampere, decode_STEG, get_OPTARIF, @@ -20,7 +21,6 @@ update_zlinky_device_model_if_needed, zlinky_check_alarm, zlinky_color_tarif, zlinky_totalisateur) -from Modules.readAttributes import ReadAttributeReq_Scheduled_ZLinky def zlinky_clusters(self, domoticz_devices, nwkid, ep, cluster, attribut, value):