From a53cdb8582e822311f58390b4bd616cf080675b0 Mon Sep 17 00:00:00 2001 From: Auto-format Bot Date: Tue, 10 Dec 2024 01:50:17 +0000 Subject: [PATCH] Automatically reformatting code --- src/groundlight/client.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/groundlight/client.py b/src/groundlight/client.py index 05a863e0..41adf1a2 100644 --- a/src/groundlight/client.py +++ b/src/groundlight/client.py @@ -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.