Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin committed Dec 29, 2024
1 parent 55f4953 commit 7ab1fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack_sdk/models/dialogs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def __init__(


class DialogBuilder(JsonObject):
attributes = set() # no attributes because to_dict has unique implementation
attributes = {} # type: ignore[assignment] # no attributes because to_dict has unique implementation

_callback_id: Optional[str]
_elements: List[Union[DialogTextComponent, AbstractDialogSelector]]
Expand Down

0 comments on commit 7ab1fab

Please sign in to comment.