Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 23, 2024
1 parent 52ea54a commit 6ed0f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/base/langflow/services/tracing/langfuse.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def end(
def get_langchain_callback(self) -> Optional["BaseCallbackHandler"]:
if not self._ready:
return None
return None # self._callback
return None # self._callback

def _get_config(self):
secret_key = os.getenv("LANGFUSE_SECRET_KEY", None)
Expand Down

0 comments on commit 6ed0f1e

Please sign in to comment.