Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <[email protected]>
  • Loading branch information
TG1999 committed Feb 17, 2022
1 parent 6563693 commit 5ff44fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulnerabilities/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
from binaryornot.helpers import is_binary_string
from git import DiffIndex
from git import Repo
from license_expression import Licensing
from packageurl import PackageURL
from univers.version_range import VersionRange
from univers.versions import Version
from license_expression import Licensing

from vulnerabilities.helpers import classproperty
from vulnerabilities.helpers import nearest_patched_package
Expand Down

0 comments on commit 5ff44fe

Please sign in to comment.