Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbailey committed Dec 9, 2019
1 parent 90e8166 commit e3718d3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/test_vulnerability.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
"""
import unittest

from rail import Control, ThreatEvent, Tree, Vulnerability, Vulnerabilities
from rail import (
Control,
ThreatEvent,
ThreatSources,
Tree,
Vulnerability,
Vulnerabilities,
)


class TestVulnerabilities(unittest.TestCase):
Expand Down

0 comments on commit e3718d3

Please sign in to comment.