Apply suggestion from @MadLittleMods

Co-authored-by: Eric Eastwood <madlittlemods@gmail.com>
This commit is contained in:
Mathieu Velten 2026-01-07 18:07:35 +01:00 committed by GitHub
parent 55afe9a0be
commit 67e7b50979
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -425,8 +425,10 @@ def get_split_device_message_edus(
Returns:
A list of dictionary containing the EDUs of to-device messages
Raises an EventSizeError if a single to-device message is too large
to fit into an EDU.
Raises:
EventSizeError: If a single to-device message is too large to fit into an
EDU.
"""
split_edus: list[JsonDict] = []