We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d1614 commit 04ebefaCopy full SHA for 04ebefa
labelbox/schema/slice.py
@@ -33,7 +33,7 @@ def get_data_row_ids(self) -> List[str]:
33
}
34
35
"""
36
- data_row_ids = []
+ data_row_ids: List[str] = []
37
total_count = 0
38
end_cursor = None
39
has_next_page = True
0 commit comments