Skip to content

Commit c5f99aa

Browse files
author
pytorchbot
committed
2025-11-05 nightly release (c552b60)
1 parent a844cf8 commit c5f99aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Note: usort wants to put Frame and FrameBatch after decoders and samplers,
88
# but that results in circular import.
99
from ._frame import AudioSamples, Frame, FrameBatch # usort:skip # noqa
10-
from . import decoders, samplers # noqa
10+
from . import decoders, encoders, samplers # noqa
1111

1212
try:
1313
# Note that version.py is generated during install.

0 commit comments

Comments
 (0)