flake8 fixes

This commit is contained in:
aatish 2018-11-03 18:10:34 +05:45
parent c42160193e
commit b6f5fd5882
1 changed files with 1 additions and 1 deletions

View File

@ -152,6 +152,6 @@ class ApplicationList(LoginRequiredMixin, PermissionRequiredMixin, ListView):
def get_queryset(self):
return super().get_queryset().filter(job_id=self.kwargs['job_pk'])
class ApplicationDetail(LoginRequiredMixin, DetailView):
model = Application