Skip to content

Commit

Permalink
Merge branch 'command_line_client' of github.com:groundlight/python-s…
Browse files Browse the repository at this point in the history
…dk into command_line_client
  • Loading branch information
brandon-groundlight committed Aug 23, 2023
2 parents 708aee4 + 6072145 commit 803b6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groundlight/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import time
from io import BufferedReader, BytesIO
from typing import Optional, Union
import fire

import fire
from model import Detector, ImageQuery, PaginatedDetectorList, PaginatedImageQueryList
from openapi_client import Configuration
from openapi_client.api.detectors_api import DetectorsApi
Expand Down

0 comments on commit 803b6d2

Please sign in to comment.