From 96f43e23244bc375461b3367df46ad6800a86d53 Mon Sep 17 00:00:00 2001 From: blaise-muhirwa Date: Wed, 9 Aug 2023 18:43:26 -0700 Subject: [PATCH] linting --- src/groundlight/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/groundlight/client.py b/src/groundlight/client.py index 7e499235..da5164e6 100644 --- a/src/groundlight/client.py +++ b/src/groundlight/client.py @@ -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