Skip to content

Commit d57b0e5

Browse files
committed
lint
1 parent 63501ca commit d57b0e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ def __call__(
14191419

14201420
# Step
14211421
latents_step, _ = self.scheduler.step(scheduler_state, noise_pred, t, latents_step, return_dict=False)
1422-
1422+
14231423
audio_latents_step, _ = self.scheduler.step(
14241424
scheduler_state, noise_pred_audio, t, audio_latents_step, return_dict=False
14251425
)

0 commit comments

Comments
 (0)