Skip to content

Commit 9462caf

Browse files
committed
format imports
1 parent 49c7b10 commit 9462caf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cebra/data/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,8 @@
4646
# these imports will not be reordered by isort (see .isort.cfg)
4747
from cebra.data.base import *
4848
from cebra.data.datatypes import *
49-
5049
from cebra.data.single_session import *
5150
from cebra.data.multi_session import *
52-
5351
from cebra.data.multiobjective import *
54-
5552
from cebra.data.datasets import *
56-
5753
from cebra.data.helper import *

0 commit comments

Comments
 (0)