PEP8 fix
This commit is contained in:
parent
ed2f7f1236
commit
72ba57052a
|
|
@ -637,6 +637,7 @@ class ReportView(ContentTypePermissionRequiredMixin, View):
|
||||||
'form': form,
|
'form': form,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
class ReportResultView(ContentTypePermissionRequiredMixin, View):
|
class ReportResultView(ContentTypePermissionRequiredMixin, View):
|
||||||
"""
|
"""
|
||||||
Display a JobResult pertaining to the execution of a Report.
|
Display a JobResult pertaining to the execution of a Report.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue