We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a8d96 commit 931fffaCopy full SHA for 931fffa
pyhtml/__tag_base.py
@@ -264,7 +264,7 @@ def _render(
264
"Overload `_get_default_render_options` to return "
265
"`RenderOptions(indent=None, spacing='')` instead"
266
)
267
-class WhitespaceSensitiveTag(Tag):
+class WhitespaceSensitiveTag(Tag): # pragma: no cover
268
"""
269
Whitespace-sensitive tags are tags where whitespace needs to be respected.
270
0 commit comments