mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
style: apply black formatting to langfuse_handler.py
Fix Black formatting check failure in CI (would reformat single line)
This commit is contained in:
parent
ccb3afb3e2
commit
2592f7b1f0
1 changed files with 1 additions and 3 deletions
|
|
@ -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"),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue