Skip to content

Commit e4e2ab3

Browse files
committed
Fix GraphQL query name: GetCancelableTaskTypesPyApi
1 parent 8926ef4 commit e4e2ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/src/labelbox/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2403,7 +2403,7 @@ def _get_cancelable_task_types(self):
24032403
List[str]: List of cancelable task types in snake_case format
24042404
"""
24052405
if self._cancelable_task_types is None:
2406-
query = """query GetCancelableTaskTypes {
2406+
query = """query GetCancelableTaskTypesPyApi {
24072407
cancelableTaskTypes
24082408
}"""
24092409

0 commit comments

Comments
 (0)