Skip to content

Commit fd8f7a5

Browse files
committed
Lint
1 parent aa15765 commit fd8f7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/decoders/_video_decoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def _convert_to_decoder_transforms(
499499
"v2 transform."
500500
)
501501
else:
502-
intput_dims = transform._get_output_dims(input_dims)
502+
input_dims = transform._get_output_dims(input_dims)
503503
converted_transforms.append(transform)
504504

505505
return converted_transforms

0 commit comments

Comments
 (0)