Skip to content

Commit 00cd1ca

Browse files
committed
fix: coding standards violations
Signed-off-by: Paul Horton <[email protected]>
1 parent 26c62fb commit 00cd1ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_parser_pipenv.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
import os
2121
from unittest import TestCase
2222

23-
from cyclonedx.model.component import Component
24-
2523
from cyclonedx.parser.pipenv import PipEnvFileParser
2624

2725

@@ -56,4 +54,3 @@ def test_with_multiple_and_no_index(self):
5654
self.assertEqual('0.10.2', c_toml.get_version())
5755
self.assertEqual(len(c_toml.get_external_references()), 2)
5856
self.assertEqual(len(c_toml.get_external_references()[0].get_hashes()), 1)
59-

0 commit comments

Comments
 (0)