Skip to content

Commit 04ebefa

Browse files
committed
fix typing
1 parent 58d1614 commit 04ebefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/slice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_data_row_ids(self) -> List[str]:
3333
}
3434
}
3535
"""
36-
data_row_ids = []
36+
data_row_ids: List[str] = []
3737
total_count = 0
3838
end_cursor = None
3939
has_next_page = True

0 commit comments

Comments
 (0)