1
0
Fork 0

apply style

This commit is contained in:
BZLibby 2023-12-16 14:56:19 -06:00
parent 6a561173a7
commit 90bc28d06e
1 changed files with 6 additions and 4 deletions

View File

@ -531,4 +531,6 @@ def parse_wildcards(data: Any, root_key: Optional[str]=None) -> None:
elif isinstance(values, list):
wildcard_data[key].extend(values)
else:
logger.warning("unable to parse key: %s from wildcard path: %s", key, root_key)
logger.warning(
"unable to parse key: %s from wildcard path: %s", key, root_key
)