Skip to content

Commit 5ecb3fe

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

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

17-
from typing import Tuple, Optional, Union
18-
import jax
17+
from typing import Tuple, Union
1918
import jax.numpy as jnp
2019
from flax import nnx
2120
from maxdiffusion import common_types

0 commit comments

Comments
 (0)