Skip to content

Commit 1531bd0

Browse files
committed
make style and make quality
1 parent 6462864 commit 1531bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffusers/pipelines/ltx2/export_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
from collections.abc import Generator, Iterator
16+
from collections.abc import Iterator
1717
from fractions import Fraction
1818
from itertools import chain
19-
from typing import List, Optional, Tuple, Union
19+
from typing import List, Optional, Union
2020

2121
import numpy as np
2222
import PIL.Image

0 commit comments

Comments
 (0)