8000 fix: shortcut syntax for new non-GA versions (#558) · githubib/twilio-python@fbde861 · GitHub
[go: up one dir, main page]

Skip to content

Commit fbde861

Browse files
authored
fix: shortcut syntax for new non-GA versions (twilio#558)
1 parent 53e1fac commit fbde861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

twilio/rest/studio/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ def v2(self):
5151
@property
5252
def flows(self):
5353
"""
54-
:rtype: twilio.rest.studio.v2.flow.FlowList
54+
:rtype: twilio.rest.studio.v1.flow.FlowList
5555
"""
56-
return self.v2.flows
56+
return self.v1.flows
5757

5858
@property
5959
def flow_validate(self):

0 commit comments

Comments
 (0)
0