Skip to content

Commit 1d4d728

Browse files
committed
ci: Fix lint failure
1 parent a2d0a13 commit 1d4d728

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,9 @@ def raise_exception(self) -> None:
12951295
),
12961296
# If sampler returns invalid value, we should still send the event
12971297
IssuesSamplerTestConfig(
1298-
sampler_function=lambda *_: "This is an invalid return value for the sampler",
1298+
sampler_function=lambda *_: (
1299+
"This is an invalid return value for the sampler"
1300+
),
12991301
expected_events=1,
13001302
),
13011303
),

0 commit comments

Comments
 (0)