Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions stripe/v2/core/_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading