Skip to content

Commit 8acfa65

Browse files
committed
remove transforms from top level init
1 parent d339607 commit 8acfa65

File tree

3 files changed

+1
-101
lines changed

3 files changed

+1
-101
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.

src/torchcodec/transforms/__init__.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/torchcodec/transforms/_decoder_transforms.py

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)