Tree: Format

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri 2024-03-13 23:33:18 -04:00
parent efc01d947b
commit 7006fa4cc8

View file

@ -99,9 +99,5 @@ def log_metrics(
# Print output
logger.info(
initial_response
+ " ("
+ ", ".join(itemization)
+ ") "
+ " ".join(extra_parts)
initial_response + " (" + ", ".join(itemization) + ") " + " ".join(extra_parts)
)