File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
libs/labelbox/src/labelbox/schema Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,6 @@ def get_project_invites(
9898
9999 Returns:
100100 PaginatedCollection: A collection of Invite objects for the specified project.
101-
102- Note:
103- Do not use. Only for testing.
104101 """
105102 query = """query GetProjectInvitationsPyApi(
106103 $from: ID
@@ -125,7 +122,6 @@ def get_project_invites(
125122 }
126123 }
127124 }"""
128- # return client.execute(query, {"projectId": project_id}, experimental=True)
129125
130126 invites = PaginatedCollection (
131127 client ,
@@ -147,9 +143,6 @@ def get_invites(client: "Client") -> PaginatedCollection:
147143
148144 Returns:
149145 PaginatedCollection: A collection of Invite objects for the organization.
150-
151- Note:
152- Do not use. Only for testing.
153146 """
154147 query_str = """query GetOrgInvitationsPyApi($from: ID, $first: PageSize) {
155148 organization {
You can’t perform that action at this time.
0 commit comments