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 9520a93 commit f53a64dCopy full SHA for f53a64d
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
-
83
getattr(element, "text", None)
84
if element is not None:
85
node.update(element.items())
0 commit comments