Skip to content

Commit

Permalink
Fix vision.py copy pasta (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT authored Jul 24, 2023
1 parent 79c7c85 commit ad55f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viam/services/vision/vision.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async def get_classifications(
extra: Optional[Mapping[str, Any]] = None,
timeout: Optional[float] = None,
) -> List[Classification]:
"""Get a list of detections in the given image using the specified detector
"""Get a list of classifications in the given image using the specified classifier
Args:
image (Image): The image to get detections from
Expand Down

0 comments on commit ad55f9d

Please sign in to comment.