Skip to content

Commit 8cd54e0

Browse files
committed
Pre-commit
1 parent 2af0d41 commit 8cd54e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_sinope.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,9 @@ class Listener:
218218

219219
async def test_sinope_light_switch_reporting(zigpy_device_from_v2_quirk):
220220
"""Test that configuring reporting for action_report works."""
221-
device: Device = zigpy_device_from_v2_quirk(manufacturer="Sinope Technologies", model="SW2500ZB")
221+
device: Device = zigpy_device_from_v2_quirk(
222+
manufacturer="Sinope Technologies", model="SW2500ZB"
223+
)
222224

223225
manu_cluster = device.endpoints[1].in_clusters[SINOPE_MANUFACTURER_CLUSTER_ID]
224226

0 commit comments

Comments
 (0)