Skip to content

Commit f3a9a5f

Browse files
committed
fixed lint issues
1 parent 771a153 commit f3a9a5f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_dataframe_mapper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf8 -*-
22

33
import pytest
4-
from pkg_resources import parse_version
54

65
# In py3, mock is included with the unittest standard library
76
# In py2, it's a separate package
@@ -13,8 +12,6 @@
1312
from pandas import DataFrame
1413
import pandas as pd
1514
from scipy import sparse
16-
from sklearn import __version__ as sklearn_version
17-
from sklearn.model_selection import cross_val_score as sklearn_cv_score
1815
from sklearn.datasets import load_iris
1916
from sklearn.pipeline import Pipeline
2017
from sklearn.svm import SVC

0 commit comments

Comments
 (0)