Skip to content

Commit 5175f20

Browse files
committed
fix(ltx2): fix missing Optional import in text encoders
1 parent e0f262d commit 5175f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/models/ltx2/text_encoders/text_encoders_ltx2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
"""
1616

17-
from typing import Tuple, Union, List, Any
17+
from typing import Tuple, Union, List, Any, Optional
1818
import jax
1919
import jax.numpy as jnp
2020
from flax import nnx

0 commit comments

Comments
 (0)