String formatting and max line length - Part 3 (#84394)

This commit is contained in:
Franck Nijhof
2022-12-22 13:35:47 +01:00
committed by GitHub
parent 30df9e7706
commit baef267f33
88 changed files with 517 additions and 218 deletions

View File

@ -116,8 +116,10 @@ async def async_setup_entry(
parent_entity = entities_by_address.get(node.parent_node.address)
if not parent_entity:
_LOGGER.error(
"Node %s has a parent node %s, but no device "
"was created for the parent. Skipping",
(
"Node %s has a parent node %s, but no device "
"was created for the parent. Skipping"
),
node.address,
node.parent_node,
)