Skip to content

Commit 3a43c8a

Browse files
committed
make
1 parent 99b0f92 commit 3a43c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/pipeline_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import sys
2323
from dataclasses import dataclass
2424
from pathlib import Path
25-
from typing import Any, Callable, Dict, List, Optional, Union, get_args, get_origin, _UnionGenericAlias
25+
from typing import Any, Callable, Dict, List, Optional, Union, get_args, get_origin
2626

2727
import numpy as np
2828
import PIL.Image

0 commit comments

Comments
 (0)