Skip to content

Commit 1600fc5

Browse files
refactored to include update to attributes constructor
1 parent 644dc2a commit 1600fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bandwidth/model/bxml/verbs/hangup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def __init__(self):
1616
Args:
1717
None
1818
"""
19-
super().__init__(tag="Hangup", content=None, attributes=None)
19+
super().__init__(tag="Hangup", content=None)

0 commit comments

Comments
 (0)