Skip to content

Commit 42b4d3a

Browse files
committed
chore: fix formatting
1 parent 2a19b3c commit 42b4d3a

File tree

1 file changed

+1
-2
lines changed
  • samples/basic_test_lab/functions

1 file changed

+1
-2
lines changed

samples/basic_test_lab/functions/main.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88

99
@on_test_matrix_completed()
10-
def testmatrixcompleted(
11-
event: CloudEvent[TestMatrixCompletedData]) -> None:
10+
def testmatrixcompleted(event: CloudEvent[TestMatrixCompletedData]) -> None:
1211
print(f"Test Matrix ID: {event.data.test_matrix_id}")
1312
print(f"Test Matrix State: {event.data.state}")
1413
print(f"Test Matrix Outcome Summary: {event.data.outcome_summary}")

0 commit comments

Comments
 (0)