Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Nov 8, 2024
1 parent 2ce6c15 commit eae4bd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion embark/tracker/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

from django import forms

from dashboard.models import Result
from uploader.models import Device


Expand Down
3 changes: 1 addition & 2 deletions embark/tracker/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class SimpleResultTable(tables.Table):
class Meta:
model = Result
orderable = True

def render_sbom(self, value):
return format_html(f"<a href=\"{reverse(viewname='embark-tracker-sbom', args=[value])}\">{value}</a>")

0 comments on commit eae4bd8

Please sign in to comment.