Skip to content

Commit 5c17e81

Browse files
committed
fix: remove deprecated property
1 parent 6faeb38 commit 5c17e81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom_components/elasticsearch/config_flow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ class ElasticOptionsFlowHandler(config_entries.OptionsFlow):
370370

371371
def __init__(self, config_entry: ConfigEntry) -> None:
372372
"""Initialize Elastic options flow."""
373-
self.config_entry = config_entry
374373
self.options = dict(config_entry.options)
375374

376375
async def async_step_init(self, user_input: dict | None = None) -> ConfigFlowResult:

0 commit comments

Comments
 (0)