Skip to content

Commit

Permalink
rolled back formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-gan committed Dec 18, 2023
1 parent 7c6b7b9 commit a8dd4a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/core/langchain_core/tracers/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
from langchain_core.callbacks.base import BaseCallbackHandler, Callbacks
from langchain_core.callbacks.manager import AsyncCallbackManager, CallbackManager

tracing_callback_var: ContextVar[
Optional[LangChainTracerV1]
] = ContextVar( # noqa: E501
tracing_callback_var: ContextVar[Optional[LangChainTracerV1]] = ContextVar( # noqa: E501
"tracing_callback", default=None
)

Expand Down

0 comments on commit a8dd4a3

Please sign in to comment.