Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere authored Dec 13, 2024
1 parent 541b312 commit 6cce15d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twilio/rest/preview_iam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
from twilio.rest.preview_iam.versionless.organization import (
OrganizationList,
)

from twilio.rest.preview_iam.versionless import Versionless

class PreviewIam(PreviewIamBase):
@property
def organization(self) -> OrganizationList:
return self.versionless.organization
return Versionless(self).organization

@property
def authorize(self) -> AuthorizeList:
Expand Down

0 comments on commit 6cce15d

Please sign in to comment.