Skip to content

Commit 79b1593

Browse files
committed
Merge branch 'webhooks-custom-payloads' of https://github.com/groundlight/python-sdk into webhooks-custom-payloads
2 parents 3d0343b + 06a65aa commit 79b1593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/groundlight/experimental_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
from groundlight_openapi_client.model.escalation_type_enum import EscalationTypeEnum
2727
from groundlight_openapi_client.model.multi_class_mode_configuration import MultiClassModeConfiguration
2828
from groundlight_openapi_client.model.patched_detector_request import PatchedDetectorRequest
29+
from groundlight_openapi_client.model.payload_template_request import PayloadTemplateRequest
2930
from groundlight_openapi_client.model.rule_request import RuleRequest
3031
from groundlight_openapi_client.model.status_enum import StatusEnum
3132
from groundlight_openapi_client.model.verb_enum import VerbEnum
3233
from groundlight_openapi_client.model.webhook_action_request import WebhookActionRequest
33-
from groundlight_openapi_client.model.payload_template_request import PayloadTemplateRequest
3434
from model import (
3535
ROI,
3636
Action,
@@ -42,9 +42,9 @@
4242
EdgeModelInfo,
4343
ModeEnum,
4444
PaginatedRuleList,
45+
PayloadTemplate,
4546
Rule,
4647
WebhookAction,
47-
PayloadTemplate,
4848
)
4949

5050
from groundlight.images import parse_supported_image_types

0 commit comments

Comments
 (0)