Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <[email protected]>
  • Loading branch information
TG1999 committed Jan 20, 2025
1 parent 8080fab commit ea5ef86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vulnerabilities/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
from django.views import generic
from django.views.generic.detail import DetailView
from django.views.generic.list import ListView
from univers.version_range import RANGE_CLASS_BY_SCHEMES
from univers.version_range import AlpineLinuxVersionRange

from vulnerabilities import models
from vulnerabilities.forms import ApiUserCreationForm
from vulnerabilities.forms import PackageSearchForm
from vulnerabilities.forms import VulnerabilitySearchForm
from vulnerabilities.severity_systems import EPSS
from vulnerabilities.severity_systems import SCORING_SYSTEMS
from vulnerablecode import __version__ as VULNERABLECODE_VERSION
from vulnerabilities.utils import get_purl_version_class
from vulnerablecode import __version__ as VULNERABLECODE_VERSION
from vulnerablecode.settings import env
from univers.version_range import AlpineLinuxVersionRange
from univers.version_range import RANGE_CLASS_BY_SCHEMES

PAGE_SIZE = 20

Expand Down

0 comments on commit ea5ef86

Please sign in to comment.