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 96beb6e commit 54f9b1dCopy full SHA for 54f9b1d
plugwise_usb/messages/responses.py
@@ -1,7 +1,7 @@
1
"""All known response messages to be received from plugwise devices."""
2
from __future__ import annotations
3
4
-from datetime import UTC, datetime
+from datetime import datetime
5
from enum import Enum
6
from typing import Any, Final
7
0 commit comments