Skip to content

Commit 25b2a7b

Browse files
author
brandon
committed
Merge branch 'brandon/counting_formal_release' of github.com:groundlight/python-sdk into brandon/counting_formal_release
2 parents 7ebee27 + 5de38fa commit 25b2a7b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/groundlight/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,6 @@ def create_counting_detector( # noqa: PLR0913 # pylint: disable=too-many-argume
14871487
obj = self.detectors_api.create_detector(detector_creation_input, _request_timeout=DEFAULT_REQUEST_TIMEOUT)
14881488
return Detector.parse_obj(obj.to_dict())
14891489

1490-
14911490
def create_multiclass_detector( # noqa: PLR0913 # pylint: disable=too-many-arguments, too-many-locals
14921491
self,
14931492
name: str,

0 commit comments

Comments
 (0)