Skip to content

Commit d2bd00a

Browse files
WilliamBergaminClaude
andcommitted
fix: make merged ContainerBlock docstring pydocstyle-compliant
ContainerBlock (#1949) landed on main before the D-rules were enabled and was merged into this branch, tripping D205/D415. Add the blank line after the summary so `ruff check` passes tree-wide. Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
1 parent 2c931bf commit d2bd00a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

slack_sdk/models/blocks/blocks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,7 @@ def __init__(
10641064
**others: dict,
10651065
):
10661066
"""A general-purpose wrapper for grouping child blocks together, with a configurable size.
1067+
10671068
https://docs.slack.dev/reference/block-kit/blocks/container-block
10681069
10691070
Args:

0 commit comments

Comments
 (0)