From 002f56baf61de8b5bd2b73178e092eed1d27535c Mon Sep 17 00:00:00 2001 From: bruAristimunha Date: Mon, 6 Nov 2023 21:54:49 +0100 Subject: [PATCH] fixing __init__.py --- braindecode/datautil/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/braindecode/datautil/__init__.py b/braindecode/datautil/__init__.py index c2db2f178..9520034f1 100644 --- a/braindecode/datautil/__init__.py +++ b/braindecode/datautil/__init__.py @@ -33,6 +33,3 @@ def __getattr__(name): return windowers.__dict__[name] raise AttributeError('No possible import named ' + name) - -__all_ = ['save_concat_dataset', 'load_concat_dataset', - '_check_save_dir_empty']