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 df199ef commit d251beeCopy full SHA for d251bee
1 file changed
src/mkdocstrings/extension.py
@@ -123,7 +123,6 @@ def test(self, parent: Element, block: Element) -> bool:
123
Returns:
124
Whether this block should be processed or not.
125
"""
126
- sibling = self.lastChild(parent)
127
return bool(self.regex.search(str(block)))
128
129
def run(self, parent: Element, blocks: Element) -> None:
0 commit comments