Skip to content

Commit df51ed6

Browse files
authored
Merge pull request #604 from Labelbox/paultancre-patch-2
Missing lib
2 parents 2b47469 + 1388b10 commit df51ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/model_diagnostics/custom_metrics_basics.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
"from labelbox.data.annotation_types import (ScalarMetric, Label, ImageData,\n",
107107
" Point, Rectangle, ObjectAnnotation,\n",
108108
" ClassificationAnnotation,\n",
109-
" ClassificationAnswer, Radio)"
109+
" ClassificationAnswer, Radio)",
110+
"import json"
110111
]
111112
},
112113
{

0 commit comments

Comments
 (0)