From 4c331f5b524fb6f9f0211e75b4d671a9056dd4da Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 28 Nov 2023 07:21:45 -0800 Subject: [PATCH] 14132 review change --- netbox/extras/forms/model_forms.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/netbox/extras/forms/model_forms.py b/netbox/extras/forms/model_forms.py index a063340dd..41304486d 100644 --- a/netbox/extras/forms/model_forms.py +++ b/netbox/extras/forms/model_forms.py @@ -323,8 +323,6 @@ class EventRuleForm(NetBoxModelForm): elif action_type == EventRuleActionChoices.SCRIPT: self.init_script_choice() - val = get_field_value(self, 'conditions') - def clean(self): super().clean()