Skip to content

Commit d251bee

Browse files
committed
style: Remove unused variable
1 parent df199ef commit d251bee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/mkdocstrings/extension.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def test(self, parent: Element, block: Element) -> bool:
123123
Returns:
124124
Whether this block should be processed or not.
125125
"""
126-
sibling = self.lastChild(parent)
127126
return bool(self.regex.search(str(block)))
128127

129128
def run(self, parent: Element, blocks: Element) -> None:

0 commit comments

Comments
 (0)