Skip to content

Commit

Permalink
fixing __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bruAristimunha committed Nov 6, 2023
1 parent 764016a commit 002f56b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions braindecode/datautil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']

0 comments on commit 002f56b

Please sign in to comment.