split_device_messages doesn't raise an error

This commit is contained in:
Erik Johnston
2026-04-01 11:40:38 +01:00
parent 32134a5e64
commit 448a17a491
-3
View File
@@ -447,9 +447,6 @@ def split_device_messages_into_edus(
Returns:
Bin-packed list of EDU JSON content for the given to_device messages
Raises:
EventSizeError: If a single to-device message is too large to fit into an EDU.
"""
split_edus_content: list[JsonDict] = []