Fix wolflink datetime import (#38028)

This commit is contained in:
Ville Skyttä 2020-07-21 20:37:54 +03:00 committed by GitHub
parent 1fc37fec7b
commit 01d2d2f315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
"""The Wolf SmartSet Service integration.""" """The Wolf SmartSet Service integration."""
from _datetime import timedelta from datetime import timedelta
import logging import logging
from httpcore import ConnectError from httpcore import ConnectError