Update netbox/extras/views.py

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
Daniel Sheppard 2024-01-20 11:28:48 -06:00 committed by GitHub
parent 7560f4a013
commit 8918b111d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1138,7 +1138,6 @@ class ReportJobsView(ContentTypePermissionRequiredMixin, View):
report = module.reports[name]()
jobs = module.get_jobs(name)
object_type = ContentType.objects.get(app_label='extras', model='reportmodule')
jobs_table = JobTable(
data=jobs,