8000 Update __init__.py (#827) · CodeAiModels/twilio-python@0b16947 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b16947

Browse files
authored
Update __init__.py (twilio#827)
1 parent 541b312 commit 0b16947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

twilio/rest/preview_iam/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
from twilio.rest.preview_iam.versionless.organization import (
1010
OrganizationList,
1111
)
12-
12+
from twilio.rest.preview_iam.versionless import Versionless
1313

1414
class PreviewIam(PreviewIamBase):
1515
@property
1616
def organization(self) -> OrganizationList:
17-
return self.versionless.organization
17+
return Versionless(self).organization
1818

1919
@property
2020
def authorize(self) -> AuthorizeList:

0 commit comments

Comments
 (0)
0