mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 21:49:27 -02:30
lint fixes
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
# All Rights Reserved.
|
||||
|
||||
# Python
|
||||
import datetime
|
||||
import dateutil
|
||||
import functools
|
||||
import html
|
||||
@@ -889,6 +888,7 @@ class ProjectUpdateEventsList(SubListAPIView):
|
||||
job_created=self.get_parent_object().created_or_epoch
|
||||
)
|
||||
|
||||
|
||||
class SystemJobEventsList(SubListAPIView):
|
||||
|
||||
model = models.SystemJobEvent
|
||||
@@ -907,6 +907,7 @@ class SystemJobEventsList(SubListAPIView):
|
||||
job_created=self.get_parent_object().created_or_epoch
|
||||
)
|
||||
|
||||
|
||||
class ProjectUpdateCancel(RetrieveAPIView):
|
||||
|
||||
model = models.ProjectUpdate
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
# All Rights Reserved.
|
||||
|
||||
# Python
|
||||
import datetime
|
||||
import logging
|
||||
|
||||
# Django
|
||||
|
||||
Reference in New Issue
Block a user