Skip to content

Commit d9f2546

Browse files
author
Matt Sokoloff
committed
clean up
1 parent 5fdaeb4 commit d9f2546

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

labelbox/schema/project.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,6 @@ def label_generator(self, timeout_seconds=60):
191191
"""
192192
json_data = self.export_labels(download=True,
193193
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()")
200194
_check_converter_import()
201195
return LBV1Converter.deserialize(json_data)
202196

0 commit comments

Comments
 (0)