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 02db8cb commit 7f11ee8Copy full SHA for 7f11ee8
bandwidth/model/bxml/verbs/forward.py
@@ -47,7 +47,7 @@ def __init__(
47
This value, including the encoding specifier, may not exceed 256 characters.
48
"""
49
self.to = to
50
- self.from_ = from_
+ self._from = _from
51
self.call_timeout = call_timeout
52
self.diversion_treatment = diversion_treatment
53
self.diversion_reason = diversion_reason
0 commit comments