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 aad2b45 commit 7c6b7b9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions libs/core/langchain_core/tracers/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,10 @@
"tracing_callback", default=None
)

tracing_v2_callback_var: ContextVar[
Optional[LangChainTracer]
] = ContextVar( # noqa: E501
tracing_v2_callback_var: ContextVar[Optional[LangChainTracer]] = ContextVar( # noqa: E501
"tracing_callback_v2", default=None
)
run_collector_var: ContextVar[
Optional[RunCollectorCallbackHandler]
] = ContextVar( # noqa: E501
run_collector_var: ContextVar[Optional[RunCollectorCallbackHandler]] = ContextVar( # noqa: E501
"run_collector", default=None
)

Expand Down

0 comments on commit 7c6b7b9

Please sign in to comment.