Skip to content

Commit 4628c02

Browse files
committed
missing import
1 parent 7b79009 commit 4628c02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/models/ltx2/vocoder_ltx2.py

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

1717
import math
18-
from typing import Sequence
18+
from typing import Optional, Sequence
1919

2020
import jax
2121
import jax.numpy as jnp

0 commit comments

Comments
 (0)