Skip to content

Commit 4d44417

Browse files
committed
Added imports
1 parent 675554a commit 4d44417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/pipelines/wan/wan_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
from abc import abstractmethod
16-
from typing import List, Union, Optional
16+
from typing import List, Union, Optional, Tuple
1717
from functools import partial
1818
from maxdiffusion.image_processor import PipelineImageInput
1919
import numpy as np

0 commit comments

Comments
 (0)