Skip to content

Commit 9e8e60e

Browse files
committed
mypy
1 parent 05a4157 commit 9e8e60e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/traces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __str__(self) -> str:
6767
def start_span(
6868
name: str,
6969
attributes: "Optional[Attributes]" = None,
70-
parent_span: "Optional[StreamedSpan]" = _DEFAULT_PARENT_SPAN,
70+
parent_span: "Optional[StreamedSpan]" = _DEFAULT_PARENT_SPAN, # type: ignore[assignment]
7171
active: bool = True,
7272
) -> "StreamedSpan":
7373
"""

0 commit comments

Comments
 (0)