Skip to content

Commit cc9865c

Browse files
committed
Fix lint
1 parent cde9150 commit cc9865c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_syntax/blocks/test_html_blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ def test_stress_comment_handling(self):
17571757
<!-- Real comment -->
17581758
<p><code>&lt;!--[if mso]&gt;</code> <code>&lt;/</code> <code>&lt;!--[if mso]&gt;</code> and &lt;/&gt; &lt;!-- and &lt;!--</p>
17591759
<p>&lt;/&gt; <code>&lt;!--[if mso]&gt;</code> <code>&lt;/</code> &lt;!-- and &lt;!-- and <code>&lt;!--[if mso]&gt;</code></p>
1760-
'''
1760+
''' # noqa: E501
17611761
)
17621762
)
17631763

0 commit comments

Comments
 (0)