Skip to content

Commit

Permalink
Make travis happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ichkoar committed Jan 3, 2019
1 parent f41787d commit 17c8056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagging/_dagging.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np

from sklearn.base import ClassifierMixin, RegressorMixin, is_classifier, is_regressor
from sklearn.base import ClassifierMixin, RegressorMixin, is_classifier
from sklearn.ensemble.base import BaseEnsemble
from sklearn.model_selection import check_cv
from sklearn.preprocessing import LabelEncoder
Expand Down

0 comments on commit 17c8056

Please sign in to comment.