Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit c4da6eb

Browse files
committed
linting
1 parent 20fb4cb commit c4da6eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/unit/data/test__helpers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,9 @@ class TestGetStatusesFromMutationsExceptionGroup:
316316
(
317317
0,
318318
None,
319-
status_pb2.Status(code=code_pb2.UNKNOWN, message="An unknown error has occurred"),
319+
status_pb2.Status(
320+
code=code_pb2.UNKNOWN, message="An unknown error has occurred"
321+
),
320322
),
321323
(
322324
100,

0 commit comments

Comments
 (0)