Skip to content

Commit

Permalink
Update cdp/webhook.py
Browse files Browse the repository at this point in the history
Co-authored-by: John Peterson <98187317+John-peterson-coinbase@users.noreply.github.com>
  • Loading branch information
howard-at-cb and John-peterson-coinbase authored Oct 21, 2024
1 parent 467a89b commit 0f885f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdp/webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0f885f5

Please sign in to comment.