Daniel Wagner
9fc8c7735c
test_includehandler: Fix indention
pylint reports
tests/test_includehandler.py:343:0: C0330: Wrong hanging indentation before block (add 4 spaces).
'x.yml': header.format(''' includes: ["y.yml", "z.yml"]
^ | (bad-continuation)
tests/test_includehandler.py:345:0: C0330: Wrong hanging indentation before block (add 4 spaces).
os.path.abspath('y.yml'): header.format(''' includes: ["z.yml"]
^ | (bad-continuation)
tests/test_includehandler.py:347:0: C0330: Wrong hanging indentation before block (add 4 spaces).
os.path.abspath('z.yml'): header.format('''
^ | (bad-continuation)
Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>