Skip to content

Commit

Permalink
Fixed NameError
Browse files Browse the repository at this point in the history
  • Loading branch information
tgsmith61591 committed Aug 8, 2016
1 parent fac98ba commit d45d073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skutil/h2o/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def fit(self, X):
y : None, passthrough for pipeline
"""

self.fit_transform(X, y)
self.fit_transform(X)
return self


Expand Down

0 comments on commit d45d073

Please sign in to comment.