Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Nov 8, 2020
1 parent 4cd9116 commit a6e975b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion imblearn/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import numpy as np

from sklearn.base import BaseEstimator
from sklearn.preprocessing import label_binarize

from .dask._support import is_dask_collection
from .utils import check_sampling_strategy, check_target_type
Expand Down
3 changes: 0 additions & 3 deletions imblearn/dask/preprocessing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import numpy as np


def label_binarize(y, *, classes):
import pandas as pd
from dask import dataframe
Expand Down

0 comments on commit a6e975b

Please sign in to comment.