1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

another flake8 fix

This commit is contained in:
Chris Meyers 2016-12-15 09:29:31 -05:00
parent f026a96d94
commit 2ec47737bb

View File

@ -664,6 +664,7 @@ class Job(UnifiedJob, JobOptions, SurveyJobMixin, JobNotificationMixin):
self.project_update.cancel()
return res
class JobHostSummary(CreatedModifiedModel):
'''
Per-host statistics for each job.