Remove unused argument
This commit is contained in:
parent
404f48be1e
commit
a6f209a3f9
|
@ -4038,7 +4038,7 @@ def _extract(node, name, index=0):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
def _extract_element_tree(node, index=0):
|
def _extract_element_tree(node):
|
||||||
"""Extract an element tree into a multi-level dictionary
|
"""Extract an element tree into a multi-level dictionary
|
||||||
|
|
||||||
NB: If any elements have text nodes as well as nested
|
NB: If any elements have text nodes as well as nested
|
||||||
|
|
Loading…
Reference in a new issue