From c093283773f2dada31a718822d191db48c328529 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 14:15:31 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- unsloth/dataprep/synthetic.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unsloth/dataprep/synthetic.py b/unsloth/dataprep/synthetic.py index e057052f02..8d0d609fbe 100644 --- a/unsloth/dataprep/synthetic.py +++ b/unsloth/dataprep/synthetic.py @@ -304,9 +304,9 @@ class SyntheticDataKit: _wait = 1 if deadline is None else min(1, deadline - time.monotonic()) if _wait <= 0: break - if self.stdout_capture.wait_for_ready(timeout = _wait) or self.stderr_capture.wait_for_ready( - timeout = 0 - ): + if self.stdout_capture.wait_for_ready( + timeout = _wait + ) or self.stderr_capture.wait_for_ready(timeout = 0): ready = True break if self.vllm_process.poll() is not None: