Elron commited on
Commit
9664036
1 Parent(s): deae94e

Upload data.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. data.py +1 -0
data.py CHANGED
@@ -43,6 +43,7 @@ from .split_utils import __file__ as _
43
  from .splitters import __file__ as _
44
  from .standard import __file__ as _
45
  from .stream import __file__ as _
 
46
  from .struct_data_operators import __file__ as _
47
  from .system_prompts import __file__ as _
48
  from .task import __file__ as _
 
43
  from .splitters import __file__ as _
44
  from .standard import __file__ as _
45
  from .stream import __file__ as _
46
+ from .string_operators import __file__ as _
47
  from .struct_data_operators import __file__ as _
48
  from .system_prompts import __file__ as _
49
  from .task import __file__ as _