Skip to content

Commit fe30eb9

Browse files
committed
added missing import
1 parent 84aa5ef commit fe30eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/models/ltx2/text_encoders/feature_extractor_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
17+
from typing import Optional, Tuple, Union
1818
import jax.numpy as jnp
1919
from flax import nnx
2020
from maxdiffusion import common_types

0 commit comments

Comments
 (0)