mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-17 17:24:03 +02:00
remove unused imports
This commit is contained in:
parent
44a7e41e80
commit
b6419bd09e
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"""Adaptive Lighting integration in Home-Assistant."""
|
||||
import logging
|
||||
from typing import Any, Dict
|
||||
from typing import Any
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import functools
|
|||
import hashlib
|
||||
import logging
|
||||
import math
|
||||
from typing import Any, Dict, List, Optional, Tuple, Union
|
||||
from typing import Any
|
||||
|
||||
import astral
|
||||
import voluptuous as vol
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue