Skip to content

Commit b913b90

Browse files
authored
black fixes
1 parent d070d9e commit b913b90

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

zhaquirks/tuya/ts0121_plug.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
"""Tuya TS0121 plug."""
22
from zigpy.profiles import zgp, zha
33
from zigpy.quirks import CustomDevice
4-
from zigpy.zcl.clusters.general import Basic, GreenPowerProxy, Groups, Identify, OnOff, Ota, Scenes, Time
4+
from zigpy.zcl.clusters.general import (
5+
Basic,
6+
GreenPowerProxy,
7+
Groups,
8+
Identify,
9+
OnOff,
10+
Ota,
11+
Scenes,
12+
Time,
13+
)
514
from zigpy.zcl.clusters.homeautomation import ElectricalMeasurement
615
from zigpy.zcl.clusters.smartenergy import Metering
716

0 commit comments

Comments
 (0)