Skip to content

Commit e513a2b

Browse files
committed
ci fix
Signed-off-by: James Huang <syhuang1201@gmail.com>
1 parent 2142916 commit e513a2b

2 files changed

Lines changed: 1 addition & 2 deletions

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

src/maxdiffusion/tests/test_text_encoders_ltx2.py

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

1717
import unittest
18-
import jax
1918
import jax.numpy as jnp
2019
import numpy as np
2120
from flax import nnx

0 commit comments

Comments
 (0)