瀏覽代碼

Closes #14658: Remove backward compatibility for process_webhook()

Jeremy Stretch 2 年之前
父節點
當前提交
f09658b9c3
共有 1 個文件被更改,包括 0 次插入10 次删除
  1. 0 10
      netbox/extras/webhooks_worker.py

+ 0 - 10
netbox/extras/webhooks_worker.py

@@ -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
-)