Skip to content

Commit 216ed83

Browse files
author
Songki Choi
committed
Fix pre-commit
Signed-off-by: Songki Choi <[email protected]>
1 parent 14a733c commit 216ed83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otx/algorithms/detection/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def train(
233233
val_preds,
234234
preds_val_dataset,
235235
confidence_threshold=confidence_threshold,
236-
use_ellipse_shapes=self.use_ellipse_shapes
236+
use_ellipse_shapes=self.use_ellipse_shapes,
237237
)
238238

239239
result_set = ResultSetEntity(

0 commit comments

Comments
 (0)