From 25b431ea59c42e75493af685ec16187cf19da439 Mon Sep 17 00:00:00 2001 From: rkuczer Date: Fri, 7 Apr 2023 14:30:56 -0400 Subject: [PATCH] adding line at in file for format test for issue #1003 --- tests/unit/core/test_get_nosec.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/core/test_get_nosec.py b/tests/unit/core/test_get_nosec.py index c9ec5a52..73d8ac2a 100644 --- a/tests/unit/core/test_get_nosec.py +++ b/tests/unit/core/test_get_nosec.py @@ -1,6 +1,7 @@ import unittest from bandit.core.utils import get_nosec + class TestGetNosec(unittest.TestCase): def test_nested_dict_nosec(self): # Mock the nosec lines and context with nested dictionary annotations