Skip to content

Commit 94c6bc4

Browse files
committed
Fix Block HTML lint issue
1 parent ba219e6 commit 94c6bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymdownx/blocks/html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""HTML."""
1+
"""HTML.""" # noqa: A005
22
import xml.etree.ElementTree as etree
33
from .block import Block, type_string_in
44
from ..blocks import BlocksExtension

0 commit comments

Comments
 (0)