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 @@ -2561,9 +2561,9 @@ async def response_generator() -> AsyncIterator[Any]:
25612561 assert close_received_time is not None , "Stdin close was never received"
25622562
25632563 # Stdin should be sent after ready (with some tolerance for timing)
2564- assert (
2565- stdin_received_time >= ready_sent_time
2566- ), f"Stdin received at { stdin_received_time } but ready sent at { ready_sent_time } "
2564+ assert stdin_received_time >= ready_sent_time , (
2565+ f"Stdin received at { stdin_received_time } but ready sent at { ready_sent_time } "
2566+ )
25672567
25682568 def test_exec_stdin_ready_timeout (self ) -> None :
25692569 """Test SandboxTimeoutError raised when ready signal not received."""
You can’t perform that action at this time.
0 commit comments