There was an error while loading. Please reload this page.
1 parent ab5281c commit c1ab510Copy full SHA for c1ab510
1 file changed
vulnerabilities/models.py
@@ -26,7 +26,6 @@
26
from django.db.models.functions import Length
27
from django.db.models.functions import Trim
28
from django.urls import reverse
29
-from django.utils import timezone
30
from packageurl import PackageURL
31
from packageurl.contrib.django.models import PackageURLMixin
32
from packageurl.contrib.django.models import PackageURLQuerySet
@@ -40,7 +39,6 @@
40
39
from vulnerabilities.severity_systems import SCORING_SYSTEMS
41
from vulnerabilities.utils import build_vcid
42
from vulnerabilities.utils import remove_qualifiers_and_subpath
43
-from vulnerablecode import __version__ as vulnerablecode_version
44
45
logger = logging.getLogger(__name__)
46
0 commit comments