Skip to content

Commit 58e1ff7

Browse files
committed
Clean up
1 parent 4ef60a0 commit 58e1ff7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugwise/smile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from collections.abc import Awaitable, Callable
99
import datetime as dt
10-
from typing import Any, cast
10+
from typing import Any
1111

1212
from plugwise.constants import (
1313
ADAM,
@@ -24,7 +24,6 @@
2424
RULES,
2525
STATE_ON,
2626
GwEntityData,
27-
SwitchType,
2827
ThermoLoc,
2928
)
3029
from plugwise.data import SmileData

0 commit comments

Comments
 (0)