Skip to content

Commit 007fde4

Browse files
committed
import fix
1 parent 0d0babb commit 007fde4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/models/ltx2/vocoder_ltx2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""
1616

1717
import math
18-
from typing import Sequence
18+
from typing import Sequence, Optional, Tuple
1919

2020
import jax
2121
import jax.numpy as jnp

0 commit comments

Comments
 (0)