Skip to content

Commit

Permalink
Merge branch 'ask_confident' of github.com:groundlight/python-sdk int…
Browse files Browse the repository at this point in the history
…o ask_confident
  • Loading branch information
brandon-groundlight committed Oct 10, 2023
2 parents bff7459 + 1ddf226 commit 0397816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/groundlight/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import time
from io import BufferedReader, BytesIO
from typing import Optional, Union, Callable
from typing import Optional, Union

from model import Detector, ImageQuery, PaginatedDetectorList, PaginatedImageQueryList
from openapi_client import Configuration
Expand All @@ -16,8 +16,8 @@
from groundlight.internalapi import (
GroundlightApiClient,
NotFoundError,
iq_is_confident,
iq_is_answered,
iq_is_confident,
sanitize_endpoint_url,
)
from groundlight.optional_imports import Image, np
Expand Down

0 comments on commit 0397816

Please sign in to comment.