-
-
Notifications
You must be signed in to change notification settings - Fork 625
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant Python 3.6 code (#802)
Bandit no longer supports Pytyon 3.6 and earlier since those are end-of-life. Therefore there is no longer a need to have any code that conditional checks on versions as early as that. This change cleans up the sql_statements check to only be for Python 3.7 and later. Closes #800 Signed-off-by: Eric Brown <browne@vmware.com>
- Loading branch information
Showing
2 changed files
with
15 additions
and
76 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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