Skip to content

Commit cec3e7e

Browse files
committed
format
1 parent fdca9e9 commit cec3e7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_convention_doc/test_codeblocks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ def test_bad_codeblocks_document_lint_errors(lint_codeblock, bad_codeblock):
7474
assert result, result.output
7575

7676

77-
78-
7977
def test_good_codeblocks_have_no_lint_errors(lint_codeblock, good_codeblock):
8078
"""Tests that "good" codeblocks do not fail to lint."""
8179
result = lint_codeblock(good_codeblock)

0 commit comments

Comments
 (0)