From 7a9101b0d84216206f683773e3a39d961dc88c85 Mon Sep 17 00:00:00 2001 From: 650elx Date: Thu, 14 Mar 2024 15:35:49 +0100 Subject: [PATCH] fix(SMS): typo --- sinch/domains/sms/models/batches/requests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sinch/domains/sms/models/batches/requests.py b/sinch/domains/sms/models/batches/requests.py index 7554545..99b6cb9 100644 --- a/sinch/domains/sms/models/batches/requests.py +++ b/sinch/domains/sms/models/batches/requests.py @@ -100,7 +100,6 @@ class ReplaceBatchRequest(BatchRequest): flash_message: bool max_number_of_message_parts: int udh: str - max_number_of_message_parts: int @dataclass