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.
2 parents 915a126 + 1355c3d commit e8dae37Copy full SHA for e8dae37
1 file changed
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