Skip to content

Commit 59e7270

Browse files
committed
format.sh
Signed-off-by: Sophie du Couédic <[email protected]>
1 parent 6b5d0fd commit 59e7270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scheduling_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def check_scheduler_inference_steps(
188188
step_output = engine_core.step()
189189
engine_core_output = step_output[0].get(0)
190190
request_outputs = (engine_core_output.outputs
191-
if engine_core_output is not None else [])
191+
if engine_core_output is not None else [])
192192

193193
if collect_outputs:
194194
for output in request_outputs:

0 commit comments

Comments
 (0)