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 f0f8dbd commit ab229a8Copy full SHA for ab229a8
labelbox/schema/project.py
@@ -656,7 +656,7 @@ class LabelingParameterOverride(DbObject):
656
657
658
def _check_converter_import():
659
- if 'LBV1Converter' not in dir():
+ if 'LBV1Converter' not in globals():
660
raise ImportError(
661
"Missing dependencies to import converter. "
662
"Use `pip install labelbox[data]` to add missing dependencies. "
0 commit comments