From 0f885f5977c476eaf3e655cbe970cc81da5e31e3 Mon Sep 17 00:00:00 2001 From: cb-howardatcb <86798563+howard-at-cb@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:21:49 -0700 Subject: [PATCH] Update cdp/webhook.py Co-authored-by: John Peterson <98187317+John-peterson-coinbase@users.noreply.github.com> --- cdp/webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdp/webhook.py b/cdp/webhook.py index 14c2b0c..7d70f6c 100644 --- a/cdp/webhook.py +++ b/cdp/webhook.py @@ -145,7 +145,7 @@ def list(cls) -> Iterator["Webhook"]: page = response.next_page - @classmethod + @staticmethod def delete(cls, webhook_id: str) -> None: """Delete a webhook by its ID.