We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53f428 commit fa23e3cCopy full SHA for fa23e3c
labelbox/schema/organization.py
@@ -145,7 +145,7 @@ def get_iam_integrations(self) -> List[IAMIntegration]:
145
for integration_data in res['iamIntegrations']
146
]
147
148
- def get_default_iam_integration(self) -> IAMIntegration:
+ def get_default_iam_integration(self) -> Optional[IAMIntegration]:
149
"""
150
Returns the default IAM integration for the organization.
151
Will return None if there are no default integrations for the org.
0 commit comments