Skip to content

Commit c552b60

Browse files
authored
Add encoders to top-level import list (#1019)
1 parent 169484d commit c552b60

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)