Skip to content

Commit 584f574

Browse files
author
brandon
committed
Merge branch 'minimial_python_sdk' of github.com:groundlight/python-sdk into minimial_python_sdk
2 parents c0675b0 + 2b781e1 commit 584f574

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/groundlight/client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@
2222
from groundlight_openapi_client.model.detector_creation_input_request import DetectorCreationInputRequest
2323
from groundlight_openapi_client.model.detector_group import DetectorGroup
2424
from groundlight_openapi_client.model.detector_group_request import DetectorGroupRequest
25-
from groundlight_openapi_client.model.label_value_request import LabelValueRequest
2625
from groundlight_openapi_client.model.image_query import ImageQuery
26+
from groundlight_openapi_client.model.label_value_request import LabelValueRequest
27+
from groundlight_openapi_client.model.mode_enum import ModeEnum
2728
from groundlight_openapi_client.model.multi_class_mode_configuration import MultiClassModeConfiguration
2829
from groundlight_openapi_client.model.paginated_detector_list import PaginatedDetectorList
2930
from groundlight_openapi_client.model.paginated_image_query_list import PaginatedImageQueryList
3031
from groundlight_openapi_client.model.patched_detector_request import PatchedDetectorRequest
3132
from groundlight_openapi_client.model.roi import ROI
3233
from groundlight_openapi_client.model.roi_request import ROIRequest
33-
34+
from groundlight_openapi_client.model.status_enum import StatusEnum
3435
from urllib3.exceptions import InsecureRequestWarning
3536

3637
from groundlight.binary_labels import Label, convert_internal_label_to_display

0 commit comments

Comments
 (0)