Skip to content

Commit 5e80c0b

Browse files
Update hangup.py
1 parent da8f542 commit 5e80c0b

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, nested_verbs=None)
19+
super().__init__(tag="Hangup", content=None, attributes=None)

0 commit comments

Comments
 (0)