Update black to 23.1.0 (#87188)
This commit is contained in:
parent
f7666239ff
commit
5e81d28116
312 changed files with 299 additions and 475 deletions
|
@ -321,7 +321,7 @@ async def test_out_channel_config(
|
|||
|
||||
def test_channel_registry():
|
||||
"""Test ZIGBEE Channel Registry."""
|
||||
for (cluster_id, channel) in registries.ZIGBEE_CHANNEL_REGISTRY.items():
|
||||
for cluster_id, channel in registries.ZIGBEE_CHANNEL_REGISTRY.items():
|
||||
assert isinstance(cluster_id, int)
|
||||
assert 0 <= cluster_id <= 0xFFFF
|
||||
assert issubclass(channel, base_channels.ZigbeeChannel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue