Skip to content

Commit 8b09a9b

Browse files
committed
chore: cleanup
1 parent a303b70 commit 8b09a9b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

langfuse/_client/span.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@
2929
overload,
3030
)
3131

32-
from opentelemetry import (
33-
trace as otel_trace_api,
34-
)
35-
from opentelemetry.util._decorator import (
36-
_AgnosticContextManager,
37-
)
32+
from opentelemetry import trace as otel_trace_api
33+
from opentelemetry.util._decorator import _AgnosticContextManager
3834

3935
from langfuse.model import PromptClient
4036

0 commit comments

Comments
 (0)