Skip to content

Commit ebb37c1

Browse files
committed
linter again
1 parent 6591bd0 commit ebb37c1

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

dojo/tools/mayhem/parser.py

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,21 @@
77

88
from dojo.models import Finding
99
from dojo.tools.parser_test import ParserTest
10-
from dojo.tools.sarif.parser import (SarifParser, cve_try, cvss_to_severity,
11-
get_codeFlowsDescription,
12-
get_fingerprints_hashes,
13-
get_properties_tags, get_references,
14-
get_result_cwes_properties, get_rule_cwes,
15-
get_rules, get_severity, get_snippet,
16-
get_title)
10+
from dojo.tools.sarif.parser import (
11+
SarifParser,
12+
cve_try,
13+
cvss_to_severity,
14+
get_codeFlowsDescription,
15+
get_fingerprints_hashes,
16+
get_properties_tags,
17+
get_references,
18+
get_result_cwes_properties,
19+
get_rule_cwes,
20+
get_rules,
21+
get_severity,
22+
get_snippet,
23+
get_title,
24+
)
1725

1826
logger = logging.getLogger(__name__)
1927

0 commit comments

Comments
 (0)