Skip to content

Commit

Permalink
rm wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Nov 4, 2024
1 parent d6f153f commit e5063b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embark/dashboard/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from django.contrib import admin

from dashboard.models import *
from dashboard.models import Result, Vulnerability, SoftwareInfo

admin.site.register(Result)
admin.site.register(Vulnerability)
Expand Down

0 comments on commit e5063b9

Please sign in to comment.