Skip to content

Commit 1388b10

Browse files
authored
c
missing the json lib (will error out at the end when doing a json.dumps()
1 parent 2b47469 commit 1388b10

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)