Skip to content

Commit 2a52a25

Browse files
committed
update
1 parent 0137a16 commit 2a52a25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/modular_pipelines/stable_diffusion_xl/test_modular_pipeline_stable_diffusion_xl.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
from ...models.unets.test_models_unet_2d_condition import (
3232
create_ip_adapter_state_dict,
3333
)
34-
from ..test_modular_pipelines_common import (
35-
ModularPipelineTesterMixin,
36-
)
37-
from ..testing_utils import (
34+
from ...testing_utils import (
3835
enable_full_determinism,
3936
floats_tensor,
4037
torch_device,
4138
)
39+
from ..test_modular_pipelines_common import (
40+
ModularPipelineTesterMixin,
41+
)
4242

4343

4444
enable_full_determinism()

tests/others/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)