Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-09-10 00:10:26 +00:00
parent e532b95f47
commit 1d2385fe0b
2 changed files with 0 additions and 2 deletions

View File

@@ -672,4 +672,3 @@ async def run_in_executor(
)
return await asyncio.get_running_loop().run_in_executor(executor_or_config, wrapper)

View File

@@ -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