Skip to content

Commit b98f66d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9ba772b commit b98f66d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

plugwise/legacy/smile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"""
55
from __future__ import annotations
66

7+
from collections.abc import Awaitable, Callable
78
import datetime as dt
8-
from typing import Any, Awaitable, Callable
9+
from typing import Any
910

1011
from plugwise.constants import (
1112
APPLIANCES,
@@ -27,7 +28,6 @@
2728
from plugwise.legacy.data import SmileLegacyData
2829

2930
import aiohttp
30-
from defusedxml import ElementTree as etree
3131
from munch import Munch
3232

3333

plugwise/smile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"""
55
from __future__ import annotations
66

7+
from collections.abc import Awaitable, Callable
78
import datetime as dt
8-
from typing import Any, Awaitable, Callable
9+
from typing import Any
910

1011
from plugwise.constants import (
1112
ADAM,

0 commit comments

Comments
 (0)