From 97231c2ae2c427fe7670f14250f23b2a81212ca8 Mon Sep 17 00:00:00 2001 From: OG T Date: Tue, 31 Mar 2026 15:38:47 +0800 Subject: [PATCH] fix(webhook): fix PEP 604 type error with annotations --- apps/api/src/api/v1/signoz_webhook.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/api/src/api/v1/signoz_webhook.py b/apps/api/src/api/v1/signoz_webhook.py index 3123ad77..b97cc3fb 100644 --- a/apps/api/src/api/v1/signoz_webhook.py +++ b/apps/api/src/api/v1/signoz_webhook.py @@ -1,3 +1,5 @@ +from __future__ import annotations + """ AWOOOI API - SignOz Webhook Handler ====================================