Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kharijarrett committed Feb 5, 2024
1 parent b362218 commit 463a289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision/objectdetection/postprocessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func NewLabelFilter(labels map[string]interface{}) Postprocessor {
}
}

// NewLabelRenamer renames the labels in the input map from the key to the value
// NewLabelRenamer renames the labels in the input map from the key to the value.
func NewLabelRenamer(labels map[string]string) Postprocessor {
return func(in []Detection) []Detection {
if len(labels) < 1 {
Expand Down

0 comments on commit 463a289

Please sign in to comment.