Skip to content

Commit d88af74

Browse files
zimegClaude
andcommitted
style: fix ruff formatting
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
1 parent b9fd99d commit d88af74

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

block-kit/src/blocks/plan.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ def example01() -> PlanBlock:
5454
elements=[
5555
RichTextSectionElement(
5656
elements=[
57-
RichTextElementParts.Text(text="15 data points compiled")
57+
RichTextElementParts.Text(
58+
text="15 data points compiled"
59+
)
5860
]
5961
)
6062
],

0 commit comments

Comments
 (0)