Skip to content

Commit

Permalink
fixed import datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
NinDTendo committed Apr 11, 2024
1 parent e4ebde6 commit 1a25b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/tobi/binary_sensor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""tobi- 2b||(2b) - Room Presence integration."""
from enum import StrEnum
import logging
import datetime
from datetime import datetime

from homeassistant.components.binary_sensor import (
BinarySensorDeviceClass,
Expand Down

0 comments on commit 1a25b75

Please sign in to comment.