From 99ac9d74471ed700c80dea2d3f8a13c33cd6d237 Mon Sep 17 00:00:00 2001 From: NerdBase-by-Stark Date: Tue, 24 Sep 2024 22:10:55 +0100 Subject: [PATCH] Indentation --- custom_components/stark_energy_monitor/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/stark_energy_monitor/config_flow.py b/custom_components/stark_energy_monitor/config_flow.py index cd91846..189ba18 100644 --- a/custom_components/stark_energy_monitor/config_flow.py +++ b/custom_components/stark_energy_monitor/config_flow.py @@ -65,7 +65,7 @@ async def async_step_user(self, user_input=None): @staticmethod @callback def async_get_options_flow(config_entry): - """Get the options flow handler.""" + """Get the options flow handler.""" return StarkEnergyMonitorOptionsFlowHandler(config_entry)