Skip to content

Commit 8de6580

Browse files
committed
reformat
1 parent 4902bfc commit 8de6580

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

imblearn/keras/tests/test_generator.py

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,12 @@
1010
from keras.models import Sequential # noqa: E402
1111

1212
from imblearn.datasets import make_imbalance # noqa: E402
13-
from imblearn.keras import (
14-
BalancedBatchGenerator, # noqa: E402
15-
balanced_batch_generator, # noqa: E402
13+
from imblearn.keras import ( # noqa: E402
14+
BalancedBatchGenerator,
15+
balanced_batch_generator,
1616
)
1717
from imblearn.over_sampling import RandomOverSampler # noqa: E402
18-
from imblearn.under_sampling import (
19-
ClusterCentroids, # noqa: E402
20-
NearMiss, # noqa: E402
21-
)
22-
23-
3
18+
from imblearn.under_sampling import ClusterCentroids, NearMiss # noqa: E402
2419

2520

2621
@pytest.fixture

0 commit comments

Comments
 (0)