Skip to content

Commit e9a97f1

Browse files
committed
chore: lint
1 parent 25635d5 commit e9a97f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

slack_sdk/models/blocks/basic_components.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,8 @@ def __init__(
554554
555555
Args:
556556
text (required): An object containing some text. Maximum length for this field is 75 characters.
557-
accessibility_label: A label for longer descriptive text about a button element. This label will be read out by screen readers instead of the button `text` object.
557+
accessibility_label: A label for longer descriptive text about a button element. This label will be read out by
558+
screen readers instead of the button `text` object.
558559
value (required): The button value. Maximum length for this field is 2000 characters.
559560
"""
560561
self._text: Optional[TextObject] = TextObject.parse(text, default_type=PlainTextObject.type)

0 commit comments

Comments
 (0)