mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 02:11:48 -05:00
Fix flake8 E302 errors.
This commit is contained in:
@@ -391,6 +391,7 @@ class Project(UnifiedJobTemplate, ProjectOptions, ResourceMixin):
|
||||
def get_absolute_url(self):
|
||||
return reverse('api:project_detail', args=(self.pk,))
|
||||
|
||||
|
||||
class ProjectUpdate(UnifiedJob, ProjectOptions, JobNotificationMixin):
|
||||
'''
|
||||
Internal job for tracking project updates from SCM.
|
||||
|
||||
Reference in New Issue
Block a user