Skip to content

Commit

Permalink
Adjust docstring on hassfest generated files (home-assistant#89080)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored Mar 3, 2023
1 parent 4a3c0cd commit 699cc6c
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion homeassistant/generated/application_credentials.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""This file is automatically generated.
"""Automatically generated file.
To update, run python3 -m script.hassfest
"""
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/generated/bluetooth.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""This file is automatically generated.
"""Automatically generated file.
To update, run python3 -m script.hassfest
"""
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/generated/config_flows.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""This file is automatically generated.
"""Automatically generated file.
To update, run python3 -m script.hassfest
"""
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/generated/countries.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""This file is automatically generated.
"""Automatically generated file.
To update, run python3 -m script.countries
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/generated/currencies.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""This file is automatically generated.
"""Automatically generated file.
To update, run python3 -m script.currencies
"""
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/generated/dhcp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""This file is automatically generated.
"""Automatically generated file.
To update, run python3 -m script.hassfest
"""
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/generated/languages.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""This file is automatically generated.
"""Automatically generated file.
To update, run python3 -m script.languages [frontend_tag]
"""
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/generated/mqtt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""This file is automatically generated.
"""Automatically generated file.
To update, run python3 -m script.hassfest
"""
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/generated/ssdp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""This file is automatically generated.
"""Automatically generated file.
To update, run python3 -m script.hassfest
"""
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/generated/usb.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""This file is automatically generated.
"""Automatically generated file.
To update, run python3 -m script.hassfest
"""
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/generated/zeroconf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""This file is automatically generated.
"""Automatically generated file.
To update, run python3 -m script.hassfest
"""
Expand Down
2 changes: 1 addition & 1 deletion script/hassfest/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
\"\"\"
Expand Down

0 comments on commit 699cc6c

Please sign in to comment.