From 45c365600455ef3115a5ed41a19cdaf51dfaa986 Mon Sep 17 00:00:00 2001 From: OG T Date: Thu, 26 Mar 2026 09:37:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(api):=20=E4=BF=AE=E6=AD=A3=20langfuse=5Fcli?= =?UTF-8?q?ent=20import=20=E6=8E=92=E5=BA=8F=20(I001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- apps/api/src/services/langfuse_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/services/langfuse_client.py b/apps/api/src/services/langfuse_client.py index 9a05a334..5a28f490 100644 --- a/apps/api/src/services/langfuse_client.py +++ b/apps/api/src/services/langfuse_client.py @@ -34,9 +34,9 @@ Usage: ... """ +from collections.abc import Callable from contextlib import asynccontextmanager from functools import wraps -from collections.abc import Callable from typing import Any import structlog