Skip to content

Commit c369302

Browse files
committed
ruff check error fixed
1 parent e0327e5 commit c369302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/generate_ltx_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def run(config):
7777
)
7878
transformer_param_shapes = transformer.init_weights( # noqa: F841
7979
in_channels, key, model_config["caption_channels"], eval_only=True
80-
)
80+
)
8181
weights_init_fn = functools.partial(
8282
transformer.init_weights, in_channels, key, model_config["caption_channels"], eval_only=True
8383
)

0 commit comments

Comments
 (0)