-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #169 from python-security/no_more_uimode
Remove --trim option and UImode Enum
- Loading branch information
Showing
10 changed files
with
104 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
from .vulnerabilities import find_vulnerabilities | ||
from .vulnerability_helper import ( | ||
get_vulnerabilities_not_in_baseline, | ||
UImode | ||
) | ||
from .vulnerability_helper import get_vulnerabilities_not_in_baseline | ||
|
||
|
||
__all__ = [ | ||
'find_vulnerabilities', | ||
'get_vulnerabilities_not_in_baseline', | ||
'UImode' | ||
'get_vulnerabilities_not_in_baseline' | ||
] |
Oops, something went wrong.