mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 09:28:38 -06:00
Closes #14658: Remove backward compatibility for process_webhook()
This commit is contained in:
parent
2d19c5068f
commit
f09658b9c3
@ -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
|
|
||||||
)
|
|
Loading…
Reference in New Issue
Block a user