Skip to content

Commit

Permalink
Merge branch 'multiclass_label_support' of github.com:groundlight/pyt…
Browse files Browse the repository at this point in the history
…hon-sdk into multiclass_label_support
  • Loading branch information
brandon-groundlight committed Dec 10, 2024
2 parents fb06067 + a53cdb8 commit 4da2633
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/groundlight/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,7 @@ def get_image_query(self, id: str) -> ImageQuery: # pylint: disable=redefined-b
iq = ImageQuery.parse_obj(obj.to_dict())
return self._fixup_image_query(iq)

def list_image_queries(
self, page: int = 1, page_size: int = 10
) -> PaginatedImageQueryList:
def list_image_queries(self, page: int = 1, page_size: int = 10) -> PaginatedImageQueryList:
"""
List all image queries associated with your account, with pagination support.
Expand Down

0 comments on commit 4da2633

Please sign in to comment.