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 5fdaeb4 commit d9f2546Copy full SHA for d9f2546
labelbox/schema/project.py
@@ -191,12 +191,6 @@ def label_generator(self, timeout_seconds=60):
191
"""
192
json_data = self.export_labels(download=True,
193
timeout_seconds=timeout_seconds)
194
-
195
- if 'LBV1Converter' not in dir():
196
- raise ImportError(
197
- "Missing depdencies to import converter. "
198
- "Use `pip install labelbox[data]` to add missing dependencies. "
199
- "Or download raw jso with project.export_labels()")
200
_check_converter_import()
201
return LBV1Converter.deserialize(json_data)
202
0 commit comments