Skip to content

Commit c01abd3

Browse files
committed
removed unused import
removed unused import
1 parent 9fef9aa commit c01abd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import pytest
22
from sklearn_pandas.pipeline import TransformerPipeline, _call_fit
3-
from functools import partial
43

54
# In py3, mock is included with the unittest standard library
65
# In py2, it's a separate package

0 commit comments

Comments
 (0)