Merge pull request #4661 from ansible/fix-flake8_3.8.0

fix flake8
This commit is contained in:
Chris Meyers 2020-11-02 15:48:07 -05:00 committed by GitHub
commit cd9838d579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',