Skip to content

Commit 111b3cd

Browse files
committed
.
1 parent 9565fb9 commit 111b3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ def __init__(
11331133
expected_events: int,
11341134
sampler_function: Optional[Callable[[Event], Union[float, bool]]] = None,
11351135
sample_rate: Optional[float] = None,
1136-
exception_to_raise: type[Exception] = Exception,
1136+
exception_to_raise: type = Exception,
11371137
) -> None:
11381138
self.sampler_function_mock = (
11391139
None

0 commit comments

Comments
 (0)