Skip to content

Commit 160a8cf

Browse files
author
FelixAbrahamsson
committed
refactor: move samplers from sampler.py to folder
1 parent 955c64a commit 160a8cf

File tree

7 files changed

+398
-371
lines changed

7 files changed

+398
-371
lines changed

datastream/samplers.py

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

datastream/samplers/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from datastream.samplers.standard_sampler import StandardSampler
2+
from datastream.samplers.merge_sampler import MergeSampler
3+
from datastream.samplers.multi_sampler import MultiSampler
4+
from datastream.samplers.repeat_sampler import RepeatSampler
5+
from datastream.samplers.zip_sampler import ZipSampler

0 commit comments

Comments
 (0)