Skip to content

Commit 80de02a

Browse files
author
Auto-format Bot
committed
Automatically reformatting code
1 parent f1e3abb commit 80de02a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/groundlight/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from io import BufferedReader, BytesIO
88
from typing import Any, Callable, List, Optional, Tuple, Union
99

10-
import requests
1110
from groundlight_openapi_client import Configuration
1211
from groundlight_openapi_client.api.detector_groups_api import DetectorGroupsApi
1312
from groundlight_openapi_client.api.detectors_api import DetectorsApi
@@ -37,7 +36,6 @@
3736
ModeEnum,
3837
PaginatedDetectorList,
3938
PaginatedImageQueryList,
40-
PrimingGroup,
4139
)
4240
from urllib3.exceptions import InsecureRequestWarning
4341
from urllib3.util.retry import Retry
@@ -1854,4 +1852,3 @@ def create_bounding_box_detector( # noqa: PLR0913 # pylint: disable=too-many-ar
18541852
detector_creation_input.mode_configuration = mode_config
18551853
obj = self.detectors_api.create_detector(detector_creation_input, _request_timeout=DEFAULT_REQUEST_TIMEOUT)
18561854
return Detector.parse_obj(obj.to_dict())
1857-

0 commit comments

Comments
 (0)