Skip to content

Commit

Permalink
fix: coding standards violations
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah committed Oct 14, 2021
1 parent 26c62fb commit 00cd1ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_parser_pipenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
import os
from unittest import TestCase

from cyclonedx.model.component import Component

from cyclonedx.parser.pipenv import PipEnvFileParser


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

0 comments on commit 00cd1ca

Please sign in to comment.