Skip to content

Commit 4636819

Browse files
committed
import fix
1 parent 007fde4 commit 4636819

2 files changed

Lines changed: 2 additions & 2 deletions

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 Tuple, Union, Optional
1818
import jax.numpy as jnp
1919
from flax import nnx
2020
from maxdiffusion import common_types

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
17+
from typing import Tuple, Union, List, Optional
1818
import jax
1919
import jax.numpy as jnp
2020
from flax import nnx

0 commit comments

Comments
 (0)