Skip to content

Commit 16d438c

Browse files
authored
Changed labelbox.exception to lbox.exception (#1887)
1 parent fb2f864 commit 16d438c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/src/labelbox/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def create_dataset(
577577
)
578578

579579
if not validation_result["validateDataset"]["valid"]:
580-
raise labelbox.exceptions.LabelboxError(
580+
raise LabelboxError(
581581
"IAMIntegration was not successfully added to the dataset."
582582
)
583583
except Exception as e:

0 commit comments

Comments
 (0)