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 915a126 commit 1355c3dCopy full SHA for 1355c3d
plugwise/helper.py
@@ -79,7 +79,6 @@
79
def etree_to_dict(element: etree) -> dict[str, str]:
80
"""Helper-function translating xml Element to dict."""
81
node: dict[str, str] = {}
82
- getattr(element, "text", None)
83
if element is not None:
84
node.update(element.items())
85
0 commit comments