Use black to format hassfest generated files (#78794)

This commit is contained in:
Erik Montnemery 2022-09-19 23:37:22 +02:00 committed by GitHub
parent e66f28f3f7
commit 1021c90bb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 633 additions and 624 deletions

View file

@ -3,10 +3,8 @@
To update, run python3 -m script.hassfest
"""
# fmt: off
MQTT = {
"tasmota": [
"tasmota/discovery/#"
]
"tasmota/discovery/#",
],
}