Skip to content

Commit 08320cd

Browse files
ruff
1 parent b69a201 commit 08320cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dojo/tools/tenable/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
#import contextlib
2+
# import contextlib
33

44

55
# def parse_cwe_from_ref(xref):

unittests/tools/test_tenable_parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from pathlib import Path
2+
23
from dojo.models import Engagement, Finding, Product, Test
34
from dojo.tools.tenable.parser import TenableParser
45
from unittests.dojo_test_case import DojoTestCase, get_unit_tests_scans_path

0 commit comments

Comments
 (0)