Skip to content

Commit

Permalink
changes for linter
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 7b60a05 commit c2b6a5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/groundlight/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def submit_image_query(
image_query_dict = raw_image_query.to_dict()
image_query = ImageQuery.parse_obj(image_query_dict)
else:
# pylint: disable=protected-access
iq_id = self.api_client._submit_image_query_with_inspection(
detector_id=detector_id, image=image_bytesio, inspection_id=inspection_id
)
Expand Down

0 comments on commit c2b6a5f

Please sign in to comment.