Skip to content

Commit 54a9b07

Browse files
update
1 parent 7c75da1 commit 54a9b07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sentry_sdk/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@
9393

9494

9595
def _serialized_v1_span_to_serialized_v2_span(
96-
span: "Dict[str, Any]", event: "Event"
96+
span: "dict[str, Any]", event: "Event"
9797
) -> "dict[str, Any]":
9898
# See SpanBatcher._to_transport_format() for analogous population of all entries except "attributes".
99-
res: "Dict[str, Any]" = {
99+
res: "dict[str, Any]" = {
100100
"status": "ok",
101101
"is_segment": False,
102102
}

0 commit comments

Comments
 (0)