Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <paul.horton@owasp.org>
  • Loading branch information
madpah committed Apr 12, 2022
1 parent ea34513 commit 61c3338
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@
from os.path import dirname, join
from unittest import TestCase

from data import (
get_component_setuptools_simple,
get_component_setuptools_simple_no_version,
get_component_toml_with_hashes_with_references,
)
from data import get_component_setuptools_simple, get_component_setuptools_simple_no_version

# See https://github.com/package-url/packageurl-python/issues/65
from packageurl import PackageURL # type: ignore
Expand Down

0 comments on commit 61c3338

Please sign in to comment.