(config: AbstractBaseWebhookModel, data: typing.Mapping)
| 121 | |
| 122 | |
| 123 | def call_integration_webhook(config: AbstractBaseWebhookModel, data: typing.Mapping): # type: ignore[type-arg,no-untyped-def] # noqa: E501 |
| 124 | return _call_webhook(config, data) |
| 125 | |
| 126 | |
| 127 | @backoff.on_exception( |
searching dependent graphs…