mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Use literal string interpolation in integrations T-W (f-strings) (#26394)
This commit is contained in:
committed by
Pascal Vizeli
parent
cde09062c4
commit
ef0e9431b6
@@ -11,7 +11,7 @@ CONF_AUTH_TOKEN = "auth_token"
|
||||
|
||||
DATA_TWILIO = DOMAIN
|
||||
|
||||
RECEIVED_DATA = "{}_data_received".format(DOMAIN)
|
||||
RECEIVED_DATA = f"{DOMAIN}_data_received"
|
||||
|
||||
CONFIG_SCHEMA = vol.Schema(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user