Skip to content

Commit e82bfa7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b8c14c1 commit e82bfa7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/adaptive_lighting/config_flow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
NumberSelector,
1414
NumberSelectorConfig,
1515
NumberSelectorMode,
16+
SelectOptionDict,
1617
SelectSelector,
1718
SelectSelectorConfig,
1819
SelectSelectorMode,
19-
SelectOptionDict,
2020
)
2121

2222
from .const import ( # pylint: disable=unused-import
@@ -168,7 +168,7 @@ async def async_step_init(self, user_input: dict[str, Any] | None = None):
168168
SelectOptionDict(
169169
value=state.entity_id,
170170
label=f"{state.attributes.get('friendly_name', state.entity_id)} ({state.entity_id})",
171-
)
171+
),
172172
)
173173

174174
to_replace: dict[str, Any] = {

0 commit comments

Comments
 (0)