mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 16:41:29 -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,
|
# 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.
|
# instead they are derived from the Workflow Job Template Serializer and the Job Template Serializer, respectively.
|
||||||
capabilities_prefetch = []
|
capabilities_prefetch = []
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = UnifiedJobTemplate
|
model = UnifiedJobTemplate
|
||||||
fields = ('*', 'last_job_run', 'last_job_failed',
|
fields = ('*', 'last_job_run', 'last_job_failed',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user