Skip to content

Commit fa23e3c

Browse files
committed
nit
1 parent b53f428 commit fa23e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/organization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def get_iam_integrations(self) -> List[IAMIntegration]:
145145
for integration_data in res['iamIntegrations']
146146
]
147147

148-
def get_default_iam_integration(self) -> IAMIntegration:
148+
def get_default_iam_integration(self) -> Optional[IAMIntegration]:
149149
"""
150150
Returns the default IAM integration for the organization.
151151
Will return None if there are no default integrations for the org.

0 commit comments

Comments
 (0)