From 55329354e86472cdfca01317450a8b25d12fa280 Mon Sep 17 00:00:00 2001 From: yoel shoshan Date: Sun, 8 Dec 2024 04:41:56 -0500 Subject: [PATCH] ... --- fuse/data/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fuse/data/__init__.py b/fuse/data/__init__.py index 7b71723b3..4e795a060 100644 --- a/fuse/data/__init__.py +++ b/fuse/data/__init__.py @@ -16,6 +16,7 @@ OpFunc, OpRepeat, OpKeepKeypaths, + OpSet, ) from fuse.data.ops.ops_aug_common import OpRandApply, OpSample, OpSampleAndRepeat from fuse.data.ops.ops_read import OpReadDataframe