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(
98
98
99
99
Returns:
100
100
PaginatedCollection: A collection of Invite objects for the specified project.
101
-
102
- Note:
103
- Do not use. Only for testing.
104
101
"""
105
102
query = """query GetProjectInvitationsPyApi(
106
103
$from: ID
@@ -125,7 +122,6 @@ def get_project_invites(
125
122
}
126
123
}
127
124
}"""
128
- # return client.execute(query, {"projectId": project_id}, experimental=True)
129
125
130
126
invites = PaginatedCollection (
131
127
client ,
@@ -147,9 +143,6 @@ def get_invites(client: "Client") -> PaginatedCollection:
147
143
148
144
Returns:
149
145
PaginatedCollection: A collection of Invite objects for the organization.
150
-
151
- Note:
152
- Do not use. Only for testing.
153
146
"""
154
147
query_str = """query GetOrgInvitationsPyApi($from: ID, $first: PageSize) {
155
148
organization {
You can’t perform that action at this time.
0 commit comments