Skip to content

Commit fcefbcc

Browse files
committed
Release v0.5.3 -- changelog, fix unused import lint error
1 parent e38912d commit fcefbcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/smart_sniffer/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
STATE_YES,
3737
evaluate_attention,
3838
)
39-
from .const import CONF_TOKEN, DOMAIN, FILESYSTEMS_KEY
39+
from .const import DOMAIN, FILESYSTEMS_KEY
4040
from .coordinator import AgentHealthCoordinator, SmartSnifferCoordinator
4141

4242
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)