Skip to content

Commit

Permalink
Image alt_text argument changes (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedirz authored Feb 26, 2024
1 parent 03a28f7 commit 55c185d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slackblocks/elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ class Image(Element):

def __init__(
self,
alt_text: str,
alt_text: str = " ",
image_url: Optional[str] = None,
slack_file: Optional[SlackFile] = None,
):
Expand Down

0 comments on commit 55c185d

Please sign in to comment.