flake8 fixes
This commit is contained in:
parent
c42160193e
commit
b6f5fd5882
1 changed files with 1 additions and 1 deletions
|
@ -152,6 +152,6 @@ class ApplicationList(LoginRequiredMixin, PermissionRequiredMixin, ListView):
|
||||||
def get_queryset(self):
|
def get_queryset(self):
|
||||||
return super().get_queryset().filter(job_id=self.kwargs['job_pk'])
|
return super().get_queryset().filter(job_id=self.kwargs['job_pk'])
|
||||||
|
|
||||||
|
|
||||||
class ApplicationDetail(LoginRequiredMixin, DetailView):
|
class ApplicationDetail(LoginRequiredMixin, DetailView):
|
||||||
model = Application
|
model = Application
|
||||||
|
|
Loading…
Reference in a new issue