Skip to content

Commit ab229a8

Browse files
author
Matt Sokoloff
committed
update scope
1 parent f0f8dbd commit ab229a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ class LabelingParameterOverride(DbObject):
656656

657657

658658
def _check_converter_import():
659-
if 'LBV1Converter' not in dir():
659+
if 'LBV1Converter' not in globals():
660660
raise ImportError(
661661
"Missing dependencies to import converter. "
662662
"Use `pip install labelbox[data]` to add missing dependencies. "

0 commit comments

Comments
 (0)