mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 20:06:25 -06:00
PEP8 fix
This commit is contained in:
parent
ee2bfa7b95
commit
91cb060729
@ -631,12 +631,13 @@ class ReportView(ContentTypePermissionRequiredMixin, View):
|
|||||||
)
|
)
|
||||||
|
|
||||||
return redirect('extras:report_result', job_result_pk=job_result.pk)
|
return redirect('extras:report_result', job_result_pk=job_result.pk)
|
||||||
|
|
||||||
return render(request, 'extras/report.html', {
|
return render(request, 'extras/report.html', {
|
||||||
'report': report,
|
'report': report,
|
||||||
'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
Block a user