Skip to content

Commit

Permalink
chore: isort tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CBeck-96 committed Jan 11, 2025
1 parent 90b9782 commit 3a1a955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/auxiliary/helper.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later

import typing as t
import json
import typing as t


def compare_sboms(first_sbom: dict, second_sbom: dict) -> bool:
Expand Down
1 change: 0 additions & 1 deletion tests/test_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from cdxev import merge
from tests.auxiliary import helper as helper


path_to_folder_with_test_sboms = "tests/auxiliary/test_merge_sboms/"


Expand Down
5 changes: 2 additions & 3 deletions tests/test_sbom_functions.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import unittest
import json
import unittest
from copy import deepcopy
from typing import Sequence

from cdxev.auxiliary import sbomFunctions as sbF
from cdxev.auxiliary.identity import ComponentIdentity
from copy import deepcopy

from tests.auxiliary.helper import load_sections_for_test_sbom, load_sub_program


Expand Down

0 comments on commit 3a1a955

Please sign in to comment.