Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise-muhirwa committed Aug 10, 2023
1 parent fa7c298 commit 96f43e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/groundlight/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def submit_image_query(
params["human_review"] = human_review

raw_image_query = self.image_queries_api.submit_image_query(**params)

image_query = ImageQuery.parse_obj(raw_image_query.to_dict())
if wait:
threshold = self.get_detector(detector).confidence_threshold
Expand Down

0 comments on commit 96f43e2

Please sign in to comment.