Skip to content

Commit a6e975b

Browse files
committed
PEP8
1 parent 4cd9116 commit a6e975b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

imblearn/base.py

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import numpy as np
1010

1111
from sklearn.base import BaseEstimator
12-
from sklearn.preprocessing import label_binarize
1312

1413
from .dask._support import is_dask_collection
1514
from .utils import check_sampling_strategy, check_target_type

imblearn/dask/preprocessing.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import numpy as np
2-
3-
41
def label_binarize(y, *, classes):
52
import pandas as pd
63
from dask import dataframe

0 commit comments

Comments
 (0)