Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lebe1ge committed Jan 5, 2025
1 parent c287032 commit 321dfd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/linus_dashboard/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@
EntitySelectorConfig,
SelectSelector,
SelectSelectorConfig,
EntitySelector,
)

from .const import (
CONF_ALARM_ENTITY,
CONF_EXCLUDED_DEVICE_CLASSES,
CONF_EXCLUDED_DOMAINS,
CONF_WEATHER_ENTITY,
CONF_EXCLUDED_ENTITIES,
CONF_WEATHER_ENTITY,
DOMAIN,
NAME,
)
Expand Down

0 comments on commit 321dfd9

Please sign in to comment.