Skip to content

Commit 7c9d29b

Browse files
authored
Update custom_metrics_basics.ipynb
forgot to format the line properly added \n and removed the unnecessary parentheses
1 parent df51ed6 commit 7c9d29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/model_diagnostics/custom_metrics_basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
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)\n"
110110
"import json"
111111
]
112112
},

0 commit comments

Comments
 (0)