update imports and further consolidate

This commit is contained in:
Wayne Witzel III
2016-12-12 19:22:09 -05:00
parent 83b985ed2e
commit c9dab5805d
3 changed files with 2 additions and 12 deletions

View File

@@ -435,11 +435,6 @@ class WorkflowJobTemplate(UnifiedJobTemplate, WorkflowJobOptions, SurveyJobTempl
return new_wfjt
# Stub in place because of old migrations, can remove if migrations are squashed
class WorkflowJobInheritNodesMixin(object):
pass
class WorkflowJob(UnifiedJob, WorkflowJobOptions, SurveyJobMixin, JobNotificationMixin):
class Meta:
app_label = 'main'