mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Improve string formatting (#33643)
This commit is contained in:
@@ -83,4 +83,4 @@ def generate(integrations: Dict[str, Integration], config: Config):
|
||||
"""Generate config flow file."""
|
||||
config_flow_path = config.root / "homeassistant/generated/config_flows.py"
|
||||
with open(str(config_flow_path), "w") as fp:
|
||||
fp.write(config.cache["config_flow"] + "\n")
|
||||
fp.write(f"{config.cache['config_flow']}\n")
|
||||
|
||||
Reference in New Issue
Block a user