Skip to content

Commit

Permalink
Keep samplers private - for now
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Jun 20, 2024
1 parent d4b0111 commit b6d0b80
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/torchcodec/samplers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# TODO: We need to figure out what we want to be public and what we want to be
# private.
# TODO: Don't use import *

from .video_clip_sampler import * # noqa
2 changes: 1 addition & 1 deletion test/samplers/video_clip_sampler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import pytest
import torch
from torchcodec.samplers import (
from torchcodec.samplers._video_clip_sampler import (
IndexBasedSamplerArgs,
TimeBasedSamplerArgs,
VideoArgs,
Expand Down

0 comments on commit b6d0b80

Please sign in to comment.