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 c7763be commit 0fbc753Copy full SHA for 0fbc753
plugwise/legacy/helper.py
@@ -47,7 +47,6 @@
47
# This way of importing aiohttp is because of patch/mocking in testing (aiohttp timeouts)
48
from defusedxml import ElementTree as etree
49
from munch import Munch
50
-from packaging.version import Version
51
52
53
def etree_to_dict(element: etree.Element) -> dict[str, str]:
0 commit comments