Skip to content

Commit 25b431e

Browse files
committed
adding line at in file for format test for issue PyCQA#1003
1 parent 9066a8c commit 25b431e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/core/test_get_nosec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import unittest
22
from bandit.core.utils import get_nosec
33

4+
45
class TestGetNosec(unittest.TestCase):
56
def test_nested_dict_nosec(self):
67
# Mock the nosec lines and context with nested dictionary annotations

0 commit comments

Comments
 (0)