Skip to content

Commit

Permalink
Fixed warning about explicitly assigning config_enrty in config_flow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nimroddolev committed Dec 13, 2024
1 parent 75cd6e7 commit 2514882
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/chime_tts/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class ChimeTTSOptionsFlowHandler(config_entries.OptionsFlow):
def __init__(self, config_entry: config_entries.ConfigEntry):
"""Initialize options flow."""
helpers.debug_title(f"Chime TTS Version {VERSION} Configuration")
self.config_entry = config_entry

async def async_step_init(self, user_input):
"""Initialize the options flow."""
Expand Down

0 comments on commit 2514882

Please sign in to comment.