Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Ringer <[email protected]>
  • Loading branch information
jonringer committed Sep 17, 2024
1 parent e40b2ef commit f85a21a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_sbomnix.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@
from common.utils import (
df_from_csv_file,
)

from vulnxscan.vulnxscan_cli import (
load_whitelist,
df_apply_whitelist,
)
from vulnxscan.whitelist import df_apply_whitelist, load_whitelist


MYDIR = Path(os.path.dirname(os.path.realpath(__file__)))
Expand Down

0 comments on commit f85a21a

Please sign in to comment.