Skip to content

Commit ce6e678

Browse files
committed
fix
1 parent 24b7a6b commit ce6e678

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
@@ -44,7 +44,7 @@ def __init__(self, *args, **kwargs):
4444
users = Relationship.ToMany("User", False)
4545
projects = Relationship.ToMany("Project", True)
4646
webhooks = Relationship.ToMany("Webhook", False)
47-
resourceTags = Relationship.ToMany("resource_tags", False)
47+
resource_tags = Relationship.ToMany("ResourceTags", False)
4848

4949
def invite_user(
5050
self,

0 commit comments

Comments
 (0)