Skip to content

Commit 1bfcdae

Browse files
authored
Merge pull request #94 from jianchen2580/fix-attachment-actions
fix attachment_action inputs property
2 parents 3ab820c + 2e5b638 commit 1bfcdae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webexteamssdk/models/mixins/attachment_action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def messageId(self):
6969

7070
@property
7171
def inputs(self):
72-
"""The action's inputs."""
72+
"""The attachment action's inputs"""
7373
return self._json_data.get('inputs')
7474

7575
@property

0 commit comments

Comments
 (0)