Skip to content

Commit 413c10d

Browse files
Apply pre-commit auto fixes
1 parent 957d0fb commit 413c10d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

zhaquirks/schneiderelectric/thermostat.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
from typing import Final
44

5-
import zigpy.types as t
6-
75
from zigpy.quirks import CustomCluster
86
from zigpy.quirks.v2 import QuirkBuilder
7+
import zigpy.types as t
98
from zigpy.zcl import foundation
109
from zigpy.zcl.clusters.measurement import TemperatureMeasurement
1110
from zigpy.zcl.clusters.smartenergy import Metering

0 commit comments

Comments
 (0)