Skip to content

Commit

Permalink
linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Huff authored and Tim Huff committed Aug 2, 2023
1 parent 5d727b3 commit 7b60a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groundlight/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,6 @@ def stop_inspection(self, inspection_id: str) -> None:
self.api_client._stop_inspection(inspection_id)

def update_detector_confidence_threshold(self, detector_id: str, confidence_threshold: float) -> None:
"""Updates the confidence threshold of a detector."""
"""Updates the confidence threshold of a detector given a detector_id."""
# pylint: disable=protected-access
self.api_client._update_detector_confidence_threshold(detector_id, confidence_threshold)

0 comments on commit 7b60a05

Please sign in to comment.