Skip to content

Commit

Permalink
fix: shortcut syntax for new non-GA versions (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanholtz authored Jan 29, 2021
1 parent 53e1fac commit fbde861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twilio/rest/studio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ def v2(self):
@property
def flows(self):
"""
:rtype: twilio.rest.studio.v2.flow.FlowList
:rtype: twilio.rest.studio.v1.flow.FlowList
"""
return self.v2.flows
return self.v1.flows

@property
def flow_validate(self):
Expand Down

0 comments on commit fbde861

Please sign in to comment.