Skip to content

Commit bcadde8

Browse files
Update bandwidth/model/bxml/verbs/ring.py
Co-authored-by: AJ Rice <[email protected]>
1 parent e9bd84d commit bcadde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bandwidth/model/bxml/verbs/ring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(
2222
"""
2323
self.duration = duration
2424
self.answer_call = answer_call
25-
super().__init__(tag="Ring", content=None)
25+
super().__init__(tag="Ring")
2626

2727
@property
2828
def _attributes(self):

0 commit comments

Comments
 (0)