mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
fix flake8
This commit is contained in:
parent
cc89608d2c
commit
d8ca3ba894
@ -643,6 +643,7 @@ class UnifiedJobTemplateSerializer(BaseSerializer):
|
||||
# As a base serializer, the capabilities prefetch is not used directly,
|
||||
# instead they are derived from the Workflow Job Template Serializer and the Job Template Serializer, respectively.
|
||||
capabilities_prefetch = []
|
||||
|
||||
class Meta:
|
||||
model = UnifiedJobTemplate
|
||||
fields = ('*', 'last_job_run', 'last_job_failed',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user