We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbb285 commit a467034Copy full SHA for a467034
generated/groundlight_openapi_client/api/detectors_api.py
@@ -156,7 +156,6 @@ def create_detector_with_http_info(
156
_body_params = None
157
if _params["detector_creation_input_request"] is not None:
158
_body_params = _params["detector_creation_input_request"]
159
- import IPython; IPython.embed()
160
# set the HTTP header `Accept`
161
_header_params["Accept"] = self.api_client.select_header_accept(["application/json"]) # noqa: E501
162
0 commit comments