Skip to content

Commit

Permalink
fix ruff alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
ucpy7374 committed Mar 12, 2024
1 parent 626f6cd commit 2a75891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/deltadore_tydom/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ def async_get_options_flow(

class OptionsFlowHandler(config_entries.OptionsFlow):
"""Option flow to configure zones at any time."""

def __init__(self, config_entry: config_entries.ConfigEntry) -> None:
"""Initialize options flow."""
self.config_entry = config_entry
Expand Down

0 comments on commit 2a75891

Please sign in to comment.