mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 15:35:14 +00:00
Apply patch [skip ci]
This commit is contained in:
@@ -672,4 +672,3 @@ async def run_in_executor(
|
||||
)
|
||||
|
||||
return await asyncio.get_running_loop().run_in_executor(executor_or_config, wrapper)
|
||||
|
||||
|
@@ -230,4 +230,3 @@ def test_set_config_context_nested_different_instances() -> None:
|
||||
|
||||
# After inner context exits, outer should still be valid
|
||||
assert ctx1 is not None
|
||||
|
||||
|
Reference in New Issue
Block a user