Skip to content

Commit b0d1f32

Browse files
committed
Fix formatting issues
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent eeff049 commit b0d1f32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vulnerabilities/tests/pipelines/v2_improvers/test_collect_ssvc_trees.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# See https://aboutcode.org for more information about nexB OSS projects.
88
#
99

10+
from datetime import datetime
11+
1012
import pytest
1113

1214
from vulnerabilities.models import SSVC
@@ -18,7 +20,6 @@
1820
convert_vector_to_tree_and_decision,
1921
)
2022
from vulnerabilities.severity_systems import SCORING_SYSTEMS
21-
from datetime import datetime
2223

2324

2425
@pytest.fixture

0 commit comments

Comments
 (0)