Skip to content

Commit e2f1416

Browse files
committed
Fix a flake8 warning
1 parent 44e6d0c commit e2f1416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_directive_code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ def test_linenothreshold(app, status, warning):
581581
assert ('<span></span><span class="c1"># Very small literal include '
582582
'(linenothreshold check)</span>' in html)
583583

584+
584585
@pytest.mark.sphinx('dummy', testroot='directive-code')
585586
def test_code_block_dedent(app, status, warning):
586587
app.builder.build(['dedent'])

0 commit comments

Comments
 (0)