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