Skip to content

Commit 4fd0333

Browse files
committed
style
1 parent c0af998 commit 4fd0333

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/pipelines/wan/test_wan_image_to_video.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ def test_attention_slicing_forward_pass(self):
182182
def test_inference_batch_single_identical(self):
183183
pass
184184

185-
@unittest.skip("TODO: refactor this test: one component can be optional for certain checkpoints but not for others")
185+
@unittest.skip(
186+
"TODO: refactor this test: one component can be optional for certain checkpoints but not for others"
187+
)
186188
def test_save_load_optional_components(self):
187189
pass
188190

@@ -339,6 +341,8 @@ def test_attention_slicing_forward_pass(self):
339341
def test_inference_batch_single_identical(self):
340342
pass
341343

342-
@unittest.skip("TODO: refactor this test: one component can be optional for certain checkpoints but not for others")
344+
@unittest.skip(
345+
"TODO: refactor this test: one component can be optional for certain checkpoints but not for others"
346+
)
343347
def test_save_load_optional_components(self):
344348
pass

0 commit comments

Comments
 (0)