Skip to content

Commit f123441

Browse files
Apply pre-commit auto fixes
1 parent 0847f71 commit f123441

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

zhaquirks/sonoff/snzb03p.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
"""Sonoff SNZB-03P - Zigbee motion sensor."""
22

33
from zigpy.quirks import CustomCluster
4-
from zigpy.quirks.v2 import (
5-
EntityPlatform,
6-
EntityType,
7-
NumberDeviceClass,
8-
QuirkBuilder,
9-
)
4+
from zigpy.quirks.v2 import EntityPlatform, EntityType, NumberDeviceClass, QuirkBuilder
105
from zigpy.quirks.v2.homeassistant import UnitOfTime
116
import zigpy.types as t
127
from zigpy.zcl.clusters.measurement import OccupancySensing

0 commit comments

Comments
 (0)