Skip to content

Commit 456c3eb

Browse files
committed
PEP8
1 parent 6c592ff commit 456c3eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

imblearn/utils/estimator_checks.py

-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ def check_samplers_dask_array(name, sampler_orig):
331331

332332
def check_samplers_dask_dataframe(name, sampler_orig):
333333
pytest.importorskip("dask")
334-
pd = pytest.importorskip("pandas")
335334
from dask import dataframe
336335
sampler = clone(sampler_orig)
337336
# Check that the samplers handle dask dataframe and dask series

0 commit comments

Comments
 (0)