Skip to content

Commit ce03663

Browse files
author
brandon
committed
Merge branch 'brandon/counting_formal_release' of github.com:groundlight/python-sdk into brandon/counting_formal_release
2 parents ba58442 + 87a7296 commit ce03663

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

src/groundlight/experimental_api.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,28 @@
1010
import json
1111
from io import BufferedReader, BytesIO
1212
from pathlib import Path
13-
from typing import Any, Dict, List, Optional, Tuple, Union
13+
from typing import Any, Dict, List, Optional, Union
1414

1515
import requests
1616
from groundlight_openapi_client.api.actions_api import ActionsApi
1717
from groundlight_openapi_client.api.detector_groups_api import DetectorGroupsApi
1818
from groundlight_openapi_client.api.detector_reset_api import DetectorResetApi
1919
from groundlight_openapi_client.api.edge_api import EdgeApi
20-
from groundlight_openapi_client.api.image_queries_api import ImageQueriesApi
2120
from groundlight_openapi_client.api.notes_api import NotesApi
2221
from groundlight_openapi_client.model.action_request import ActionRequest
2322
from groundlight_openapi_client.model.bounding_box_mode_configuration import BoundingBoxModeConfiguration
2423
from groundlight_openapi_client.model.channel_enum import ChannelEnum
2524
from groundlight_openapi_client.model.condition_request import ConditionRequest
26-
from groundlight_openapi_client.model.count_mode_configuration import CountModeConfiguration
27-
from groundlight_openapi_client.model.detector_group_request import DetectorGroupRequest
28-
from groundlight_openapi_client.model.multi_class_mode_configuration import MultiClassModeConfiguration
2925
from groundlight_openapi_client.model.patched_detector_request import PatchedDetectorRequest
3026
from groundlight_openapi_client.model.payload_template_request import PayloadTemplateRequest
3127
from groundlight_openapi_client.model.rule_request import RuleRequest
32-
from groundlight_openapi_client.model.status_enum import StatusEnum
3328
from groundlight_openapi_client.model.text_mode_configuration import TextModeConfiguration
3429
from groundlight_openapi_client.model.webhook_action_request import WebhookActionRequest
3530
from model import (
36-
ROI,
3731
Action,
3832
ActionList,
39-
BBoxGeometry,
4033
Condition,
4134
Detector,
42-
DetectorGroup,
4335
EdgeModelInfo,
4436
ModeEnum,
4537
PaginatedRuleList,

0 commit comments

Comments
 (0)