We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae88263 commit b0043f2Copy full SHA for b0043f2
twilio/rest/resources/calls.py
@@ -59,7 +59,6 @@ class Calls(ListResource):
59
60
def __init__(self, *args, **kwargs):
61
super(Calls, self).__init__(*args, **kwargs)
62
-
63
self.summary = CallFeedbackSummary(self, *args, **kwargs)
64
65
@normalize_dates
0 commit comments