Skip to content

Commit 291f10a

Browse files
author
Matt Sokoloff
committed
yapf
1 parent 5b564eb commit 291f10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def update_org_role(self, role: Role):
5050
role (Role): The role that you want to set for this user.
5151
5252
"""
53-
53+
5454
self.client.execute(
5555
"""mutation SetOrganizationRolePyApi($userId: ID!, $roleId: ID!) { setOrganizationRole(data: {userId: $userId, roleId: $roleId}) { id name }}""",
5656
{

0 commit comments

Comments
 (0)