mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
remove unused import
This commit is contained in:
parent
c0082175b6
commit
d2dda06802
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ Technical notes: I had to make a lot of assumptions when writing this app
|
|||
"""
|
||||
|
||||
import logging
|
||||
from datetime import datetime, timedelta
|
||||
from datetime import timedelta
|
||||
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
import voluptuous as vol
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue