From f6e5ef0d267135b1e5bb1caa5719a04eafd721f0 Mon Sep 17 00:00:00 2001 From: yucheng Date: Sat, 19 Sep 2026 23:48:52 +0000 Subject: [PATCH] refactor(otel v2): drop the docstring from conflicting_span_scope_error Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- litellm/proxy/common_utils/callback_config_validation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/proxy/common_utils/callback_config_validation.py b/litellm/proxy/common_utils/callback_config_validation.py index 8b98c6d96e7..30c4ab31d6f 100644 --- a/litellm/proxy/common_utils/callback_config_validation.py +++ b/litellm/proxy/common_utils/callback_config_validation.py @@ -161,7 +161,6 @@ def conflicting_span_scope_error( callback_vars: Mapping[str, str] | None, stored_vars_by_entry: Sequence[Mapping[str, str]], ) -> str | None: - """Reject a ``langfuse_span_scope`` another entry already sets differently; the entries flatten last-wins.""" incoming: Final = None if callback_vars is None else callback_vars.get(_LANGFUSE_SPAN_SCOPE_VAR) if incoming is None: return None