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 9ba772b commit b98f66dCopy full SHA for b98f66d
plugwise/legacy/smile.py
@@ -4,8 +4,9 @@
4
"""
5
from __future__ import annotations
6
7
+from collections.abc import Awaitable, Callable
8
import datetime as dt
-from typing import Any, Awaitable, Callable
9
+from typing import Any
10
11
from plugwise.constants import (
12
APPLIANCES,
@@ -27,7 +28,6 @@
27
28
from plugwise.legacy.data import SmileLegacyData
29
30
import aiohttp
-from defusedxml import ElementTree as etree
31
from munch import Munch
32
33
plugwise/smile.py
ADAM,
0 commit comments