From 2a52a25b9ac264f0cf84e35365f6c7b6ef6bc3cd Mon Sep 17 00:00:00 2001 From: DN6 Date: Tue, 26 Aug 2025 10:50:02 +0530 Subject: [PATCH] update --- .../test_modular_pipeline_stable_diffusion_xl.py | 8 ++++---- tests/others/__init__.py | 0 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 tests/others/__init__.py diff --git a/tests/modular_pipelines/stable_diffusion_xl/test_modular_pipeline_stable_diffusion_xl.py b/tests/modular_pipelines/stable_diffusion_xl/test_modular_pipeline_stable_diffusion_xl.py index 86062394a0..efc91416d0 100644 --- a/tests/modular_pipelines/stable_diffusion_xl/test_modular_pipeline_stable_diffusion_xl.py +++ b/tests/modular_pipelines/stable_diffusion_xl/test_modular_pipeline_stable_diffusion_xl.py @@ -31,14 +31,14 @@ from diffusers.loaders import ModularIPAdapterMixin from ...models.unets.test_models_unet_2d_condition import ( create_ip_adapter_state_dict, ) -from ..test_modular_pipelines_common import ( - ModularPipelineTesterMixin, -) -from ..testing_utils import ( +from ...testing_utils import ( enable_full_determinism, floats_tensor, torch_device, ) +from ..test_modular_pipelines_common import ( + ModularPipelineTesterMixin, +) enable_full_determinism() diff --git a/tests/others/__init__.py b/tests/others/__init__.py new file mode 100644 index 0000000000..e69de29bb2