Skip to content

Commit 0c165af

Browse files
committed
remove unused type
1 parent 4339f3f commit 0c165af

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

sentry_sdk/_types.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -317,21 +317,6 @@ class SDKInfo(TypedDict):
317317

318318
MetricProcessor = Callable[[Metric, Hint], Optional[Metric]]
319319

320-
SpanSnapshot = TypedDict(
321-
"SpanSnapshot",
322-
{
323-
"trace_id": str,
324-
"span_id": str,
325-
"name": str,
326-
"status": str,
327-
"is_segment": bool,
328-
"start_timestamp": float,
329-
"end_timestamp": float,
330-
"parent_span_id": Optional[str],
331-
"attributes": Attributes,
332-
},
333-
)
334-
335320
# TODO: Make a proper type definition for this (PRs welcome!)
336321
Breadcrumb = Dict[str, Any]
337322

0 commit comments

Comments
 (0)