From 78233be7b4e8a41d8088a6e032feff981a91825b Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Mon, 12 Jan 2026 19:49:53 +0530 Subject: [PATCH] up --- .../pipelines/ltx/pipeline_ltx_i2v_long_multi_prompt.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/diffusers/pipelines/ltx/pipeline_ltx_i2v_long_multi_prompt.py b/src/diffusers/pipelines/ltx/pipeline_ltx_i2v_long_multi_prompt.py index 6d62da987d..838d5afc5c 100644 --- a/src/diffusers/pipelines/ltx/pipeline_ltx_i2v_long_multi_prompt.py +++ b/src/diffusers/pipelines/ltx/pipeline_ltx_i2v_long_multi_prompt.py @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import annotations + import copy from typing import Any, Callable