diff --git a/stripe/v2/core/_event.py b/stripe/v2/core/_event.py index 6b84908dd..4a8cb159d 100644 --- a/stripe/v2/core/_event.py +++ b/stripe/v2/core/_event.py @@ -2,6 +2,8 @@ import json from typing import Any, ClassVar, Dict, Optional, cast +# v2-event-imports: The beginning of the section generated from our OpenAPI spec +# v2-event-imports: The end of the section generated from our OpenAPI spec from typing_extensions import Literal, TYPE_CHECKING