Skip to content

Commit 43f383d

Browse files
committed
lint
1 parent af5b89e commit 43f383d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/maxdiffusion/tests/ltx2/test_pipeline_ltx2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def test_check_inputs(self):
123123
def test_encode_prompt(self, list_embed_mock, mock_get_tpu_type):
124124
"""Test conditional encoding of positive and negative prompts."""
125125
from maxdiffusion.tpu_utils import TpuType
126+
126127
mock_get_tpu_type.return_value = TpuType.TPU_7X
127128

128129
pipeline = LTX2Pipeline(

0 commit comments

Comments
 (0)