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 d9f2546 commit f0f8dbdCopy full SHA for f0f8dbd
labelbox/schema/project.py
@@ -658,6 +658,6 @@ class LabelingParameterOverride(DbObject):
658
def _check_converter_import():
659
if 'LBV1Converter' not in dir():
660
raise ImportError(
661
- "Missing depdencies to import converter. "
+ "Missing dependencies to import converter. "
662
"Use `pip install labelbox[data]` to add missing dependencies. "
663
- "Or download raw jso with project.export_labels()")
+ "or download raw json with project.export_labels()")
0 commit comments