Skip to content

Commit 659d11b

Browse files
committed
linter
1 parent 3cf1e38 commit 659d11b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,6 @@ def run_connectors(graphdef, state, hidden_states, attention_mask):
12321232
connectors_graphdef, connectors_state, prompt_embeds_jax, prompt_attention_mask_jax.astype(jnp.bool_)
12331233
)
12341234

1235-
import time
12361235

12371236
timesteps_jax = jnp.array(timesteps, dtype=jnp.float32)
12381237
for i, t_val in enumerate(timesteps):

0 commit comments

Comments
 (0)