Skip to content

Commit 0538dd8

Browse files
committed
fix
1 parent ef57e98 commit 0538dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/single_file/test_stable_diffusion_upscale_single_file.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import gc
22
import unittest
3-
import pytest
43

4+
import pytest
55
import torch
66

77
from diffusers import (
@@ -84,4 +84,4 @@ def test_single_file_components_with_original_config(self):
8484
strict=True,
8585
)
8686
def test_single_file_components_with_original_config_local_files_only(self):
87-
super().test_single_file_components_with_original_config_local_files_only()
87+
super().test_single_file_components_with_original_config_local_files_only()

0 commit comments

Comments
 (0)