Skip to content

Commit

Permalink
Fix Block HTML lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jan 10, 2025
1 parent ba219e6 commit 94c6bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymdownx/blocks/html.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""HTML."""
"""HTML.""" # noqa: A005
import xml.etree.ElementTree as etree
from .block import Block, type_string_in
from ..blocks import BlocksExtension
Expand Down

0 comments on commit 94c6bc4

Please sign in to comment.