Closes #14658: Remove backward compatibility for process_webhook()

This commit is contained in:
Jeremy Stretch 2024-01-03 11:09:25 -05:00
parent 23f35bd625
commit 1ef0e6eab7

View File

@ -1,10 +0,0 @@
import warnings
from .webhooks import send_webhook as process_webhook
# TODO: Remove in v4.0
warnings.warn(
f"webhooks_worker.process_webhook has been moved to webhooks.send_webhook.",
DeprecationWarning
)