Skip to content

Commit 7ca5a6e

Browse files
committed
remove transforms from top level init
1 parent d339607 commit 7ca5a6e

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
@@ -9,7 +9,7 @@
99
# Note: usort wants to put Frame and FrameBatch after decoders and samplers,
1010
# but that results in circular import.
1111
from ._frame import AudioSamples, Frame, FrameBatch # usort:skip # noqa
12-
from . import decoders, encoders, samplers, transforms # noqa
12+
from . import decoders, encoders, samplers # noqa
1313

1414
try:
1515
# Note that version.py is generated during install.

0 commit comments

Comments
 (0)