We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ebee27 + 5de38fa commit 25b2a7bCopy full SHA for 25b2a7b
1 file changed
src/groundlight/client.py
@@ -1487,7 +1487,6 @@ def create_counting_detector( # noqa: PLR0913 # pylint: disable=too-many-argume
1487
obj = self.detectors_api.create_detector(detector_creation_input, _request_timeout=DEFAULT_REQUEST_TIMEOUT)
1488
return Detector.parse_obj(obj.to_dict())
1489
1490
-
1491
def create_multiclass_detector( # noqa: PLR0913 # pylint: disable=too-many-arguments, too-many-locals
1492
self,
1493
name: str,
0 commit comments