We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6faeb38 + 5c17e81 commit 5f19711Copy full SHA for 5f19711
custom_components/elasticsearch/config_flow.py
@@ -370,7 +370,6 @@ class ElasticOptionsFlowHandler(config_entries.OptionsFlow):
370
371
def __init__(self, config_entry: ConfigEntry) -> None:
372
"""Initialize Elastic options flow."""
373
- self.config_entry = config_entry
374
self.options = dict(config_entry.options)
375
376
async def async_step_init(self, user_input: dict | None = None) -> ConfigFlowResult:
0 commit comments