Skip to content

Commit 1743ed9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a3c546c commit 1743ed9

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

bandit/plugins/flask_send_file.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
.. versionadded:: 1.9.0
4747
4848
""" # noqa: E501
49-
5049
import ast
5150

5251
import bandit

tests/functional/test_functional.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,6 @@ def test_flask_send_file_with_request_path(self):
778778
}
779779
self.check_example("flask_send_file.py", expect)
780780

781-
782781
def test_nosec(self):
783782
expect = {
784783
"SEVERITY": {"UNDEFINED": 0, "LOW": 5, "MEDIUM": 0, "HIGH": 0},

0 commit comments

Comments
 (0)