Fix default context value
This commit is contained in:
parent
85d079fab8
commit
4d55499548
1 changed files with 1 additions and 1 deletions
|
|
@ -100,5 +100,5 @@ class TracingContext(Generic[T]):
|
||||||
|
|
||||||
|
|
||||||
_current_tracing_context: ContextVar[Optional[TracingContext]] = ContextVar(
|
_current_tracing_context: ContextVar[Optional[TracingContext]] = ContextVar(
|
||||||
"_current_tracing_context"
|
"_current_tracing_context", default=None
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue