Skip to content

Commit

Permalink
Merge pull request #658 from roboflow/bug/remove-default-none-detecti…
Browse files Browse the repository at this point in the history
…ons-from-analytics

Remove 'default=None' from manifest for line counter and time in zone analytics
  • Loading branch information
grzegorz-roboflow committed Sep 19, 2024
2 parents 9dea94f + b7f2d5a commit 0f0aa0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class LineCounterManifest(WorkflowBlockManifest):
]
) = Field( # type: ignore
description="Predictions",
default=None,
examples=["$steps.object_detection_model.predictions"],
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class TimeInZoneManifest(WorkflowBlockManifest):
]
) = Field( # type: ignore
description="Predictions",
default=None,
examples=["$steps.object_detection_model.predictions"],
)
zone: Union[list, StepOutputSelector(kind=[LIST_OF_VALUES_KIND]), WorkflowParameterSelector(kind=[LIST_OF_VALUES_KIND])] = Field( # type: ignore
Expand Down

0 comments on commit 0f0aa0b

Please sign in to comment.