fix pre commit

This commit is contained in:
Tao Chen
2026-04-28 21:25:33 -07:00
Unverified
parent 2701e22d54
commit b62ce6dc15
@@ -1820,7 +1820,7 @@ def get_function_span(
@contextlib.contextmanager
def _activate_span(span: trace.Span) -> Generator[None, None, None]:
def _activate_span(span: trace.Span) -> Generator[None]:
"""Attach ``span`` as the current span in the OpenTelemetry context.
Designed to be used as a per-pull context manager registered on a