diff --git a/stripe/_stripe_client.py b/stripe/_stripe_client.py index f1d289b0e..b0c20dbde 100644 --- a/stripe/_stripe_client.py +++ b/stripe/_stripe_client.py @@ -370,3 +370,6 @@ def deserialize( requestor=self._requestor, api_mode=api_mode, ) + + # deprecated v1 services: The beginning of the section generated from our OpenAPI spec + # deprecated v1 services: The end of the section generated from our OpenAPI spec