forked from home-assistant/core
Fix wolflink datetime import (#38028)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"""The Wolf SmartSet Service integration."""
|
||||
from _datetime import timedelta
|
||||
from datetime import timedelta
|
||||
import logging
|
||||
|
||||
from httpcore import ConnectError
|
||||
|
||||
Reference in New Issue
Block a user