Skip to content

Commit 85ba4f2

Browse files
committed
Add typing
1 parent 18670dc commit 85ba4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
# from typing import cast
7777

7878

79-
def etree_to_dict(element):
79+
def etree_to_dict(element: etree) -> dict[str, str]:
8080
"""Helper-function translating xml Element to dict."""
8181
node: dict[str, str] = {}
8282

0 commit comments

Comments
 (0)