Skip to content

Commit f53a64d

Browse files
committed
Remove empty line
1 parent 9520a93 commit f53a64d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise/helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
def etree_to_dict(element: etree) -> dict[str, str]:
8080
"""Helper-function translating xml Element to dict."""
8181
node: dict[str, str] = {}
82-
8382
getattr(element, "text", None)
8483
if element is not None:
8584
node.update(element.items())

0 commit comments

Comments
 (0)