text_lint.operations.assertions.assert_blank.AssertBlank
- class text_lint.operations.assertions.assert_blank.AssertBlank(name: str)[source]
Bases:
AssertionBaseAssert that the line is blank.
- __init__(name: str) None[source]
Initialize AssertBlank instances.
- Parameters:
name (str) – The configured name of this assertion.
- Raises:
TypeError
- apply(state: AssertionState) None[source]
Apply the AssertBlank assertion logic.