Skip to content

Commit a4853af

Browse files
committed
Clean up now unused imports
1 parent 16c6374 commit a4853af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugwise/helper.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
from __future__ import annotations
77

8-
import datetime as dt
98
from typing import cast
109

1110
from plugwise.common import SmileCommon
@@ -50,9 +49,6 @@
5049
skip_obsolete_measurements,
5150
)
5251

53-
# Time related
54-
from dateutil import tz
55-
from dateutil.parser import parse
5652
from defusedxml import ElementTree as etree
5753
from munch import Munch
5854
from packaging import version

0 commit comments

Comments
 (0)