style: apply black formatting to langfuse_handler.py

Fix Black formatting check failure in CI (would reformat single line)
This commit is contained in:
Aman Sachan 2026-05-14 00:48:24 +00:00
parent ccb3afb3e2
commit 2592f7b1f0
No known key found for this signature in database
GPG key ID: D50A9E263569B417

View file

@ -145,9 +145,7 @@ class LangFuseHandler:
return LangfuseLoggingConfig(
langfuse_secret=params.get("langfuse_secret")
or params.get("langfuse_secret_key"),
langfuse_public_key=params.get(
"langfuse_public_key"
),
langfuse_public_key=params.get("langfuse_public_key"),
langfuse_host=params.get("langfuse_host"),
)