mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Improve string formatting v2 (#33645)
* Improve string formatting v2 * Improve string formatting v3 * Address review comments
This commit is contained in:
@ -52,7 +52,7 @@ def main():
|
||||
|
||||
add_msg(
|
||||
f"CONFIG_SCHEMA {schema_type}",
|
||||
module_name + " " + color("cyan", str(schema)[:60]),
|
||||
f"{module_name} {color('cyan', str(schema)[:60])}",
|
||||
)
|
||||
|
||||
for key in sorted(msg):
|
||||
|
Reference in New Issue
Block a user