Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ckm2k1 committed Nov 10, 2024
1 parent 3c25d48 commit 10170b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_sinope.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ async def test_sinope_light_device_triggers_def(zigpy_device_from_quirk, quirk):
device: Device = zigpy_device_from_quirk(quirk)

for config in device.device_automation_triggers.values():
# from pudb import set_trace; set_trace();
val = config.get("args", {}).get("value")
if val is not None:
assert type(val) is int, type(val)

0 comments on commit 10170b7

Please sign in to comment.