mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 20:05:03 -02:30
Removing non-functional lines
This commit is contained in:
committed by
Alan Rominger
parent
2a30a9b10f
commit
c1b20a8ba7
@@ -3468,7 +3468,6 @@ class WorkflowJobTemplateSerializer(JobTemplateMixin, LabelsListMixin, UnifiedJo
|
||||
def validate_extra_vars(self, value):
|
||||
return vars_validate_or_raise(value)
|
||||
|
||||
# posting
|
||||
def validate(self, attrs):
|
||||
attrs = super(WorkflowJobTemplateSerializer, self).validate(attrs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user