Adjust docstring on hassfest generated files (#89080)
This commit is contained in:
parent
4a3c0cd0a8
commit
699cc6c092
12 changed files with 12 additions and 12 deletions
|
@ -65,7 +65,7 @@ def format_python(
|
|||
) -> str:
|
||||
"""Format Python code with Black. Optionally prepend a generator comment."""
|
||||
if generator:
|
||||
content = f"""\"\"\"This file is automatically generated.
|
||||
content = f"""\"\"\"Automatically generated file.
|
||||
|
||||
To update, run python3 -m {generator}
|
||||
\"\"\"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue