diff --git a/sinch/domains/sms/endpoints/batches/list_batches.py b/sinch/domains/sms/endpoints/batches/list_batches.py index c385a7b..b770efb 100644 --- a/sinch/domains/sms/endpoints/batches/list_batches.py +++ b/sinch/domains/sms/endpoints/batches/list_batches.py @@ -24,7 +24,7 @@ def build_query_params(self): return self.request_data.as_dict() def handle_response(self, response: HTTPResponse): - super().handle_response(response) + super(ListSMSBatchesEndpoint, self).handle_response(response) return ListSMSBatchesResponse( batches=[ Batch(