Skip to content

Commit 117fc25

Browse files
committed
typing
1 parent 527ab6a commit 117fc25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nucleus/model.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ def create_run(
2828
self,
2929
name: str,
3030
dataset: Dataset,
31-
predictions: List[Union[BoxPrediction, PolygonPrediction]],
31+
predictions: List[
32+
Union[BoxPrediction, PolygonPrediction, SegmentationPrediction]
33+
],
3234
metadata: Optional[Dict] = None,
3335
) -> ModelRun:
3436
payload: dict = {

0 commit comments

Comments
 (0)