1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Remove unnecessary string literal concatenations (#30360)

This commit is contained in:
Ville Skyttä
2020-01-02 21:17:10 +02:00
committed by GitHub
parent cac750066a
commit e6388e186c
183 changed files with 362 additions and 393 deletions

View File

@@ -66,7 +66,7 @@ def validate(integrations: Dict[str, Integration], config: Config):
if fp.read().strip() != content:
config.add_error(
"codeowners",
"File CODEOWNERS is not up to date. " "Run python3 -m script.hassfest",
"File CODEOWNERS is not up to date. Run python3 -m script.hassfest",
fixable=True,
)
return