File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.8.3
3+ rev : v0.14.10
44 hooks :
55 - id : ruff
66 args : [--fix]
Original file line number Diff line number Diff line change @@ -2729,9 +2729,9 @@ async def response_generator() -> AsyncIterator[Any]:
27292729 assert close_received_time is not None , "Stdin close was never received"
27302730
27312731 # Stdin should be sent after ready (with some tolerance for timing)
2732- assert (
2733- stdin_received_time >= ready_sent_time
2734- ), f"Stdin received at { stdin_received_time } but ready sent at { ready_sent_time } "
2732+ assert stdin_received_time >= ready_sent_time , (
2733+ f"Stdin received at { stdin_received_time } but ready sent at { ready_sent_time } "
2734+ )
27352735
27362736 def test_exec_stdin_ready_timeout (self ) -> None :
27372737 """Test SandboxTimeoutError raised when ready signal not received."""
You can’t perform that action at this time.
0 commit comments