Skip to content

Commit 4e7200e

Browse files
committed
Remove obsolete comments
1 parent 6da0673 commit 4e7200e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

libs/labelbox/src/labelbox/schema/invite.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)