Meh
This commit is contained in:
parent
78aed97302
commit
3af628e22e
3 changed files with 2 additions and 18 deletions
|
|
@ -325,7 +325,6 @@ class LoopAnalyzer:
|
|||
|
||||
def _walk_xml_element(self, elem: Any, path: tuple[str, ...]) -> None:
|
||||
"""Recursively walk XML elements looking for repeated siblings."""
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
children = [c for c in list(elem) if isinstance(c.tag, str)]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue