Skip to content

Commit 5b0e7aa

Browse files
committed
update
1 parent 7c6e385 commit 5b0e7aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/lora/test_lora_layers_ltx_video.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,13 @@
2828
)
2929
from diffusers.utils.testing_utils import (
3030
floats_tensor,
31-
is_peft_available,
3231
is_torch_version,
3332
require_peft_backend,
3433
skip_mps,
3534
torch_device,
3635
)
3736

3837

39-
if is_peft_available():
40-
pass
41-
4238
sys.path.append(".")
4339

4440
from utils import PeftLoraLoaderMixinTests, check_if_lora_correctly_set # noqa: E402

0 commit comments

Comments
 (0)