File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.13.0 "
2+ __version__ = "3.13.1 "
33
44from labelbox .schema .project import Project
55from labelbox .client import Client
Original file line number Diff line number Diff line change 1313import requests
1414
1515from labelbox import utils
16- from labelbox .data .annotation_types .collection import LabelGenerator
1716from labelbox .exceptions import InvalidQueryError , LabelboxError
1817from labelbox .orm import query
1918from labelbox .orm .db_object import DbObject , Updateable , Deletable
@@ -194,9 +193,7 @@ def export_queued_data_rows(self,
194193 self .uid )
195194 time .sleep (sleep_time )
196195
197- def video_label_generator (self ,
198- timeout_seconds = 600 ,
199- ** kwargs ) -> LabelGenerator :
196+ def video_label_generator (self , timeout_seconds = 600 , ** kwargs ):
200197 """
201198 Download video annotations
202199
@@ -225,7 +222,7 @@ def video_label_generator(self,
225222 "Or use project.label_generator() for text and imagery data." )
226223 return LBV1Converter .deserialize_video (json_data , self .client )
227224
228- def label_generator (self , timeout_seconds = 600 , ** kwargs ) -> LabelGenerator :
225+ def label_generator (self , timeout_seconds = 600 , ** kwargs ):
229226 """
230227 Download text and image annotations
231228
You can’t perform that action at this time.
0 commit comments