Skip to content

Commit

Permalink
Closes scikit-learn#12202; white space removal
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChenal committed Dec 18, 2018
1 parent e9f9594 commit 35da14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/feature_extraction/image.py
Expand Up @@ -520,7 +520,7 @@ class PatchExtractor(BaseEstimator):
[ 9. 43.]]
[[45. 28.]
[43. 27.]]]
[43. 27.]]]
"""
def __init__(self, patch_size=None, max_patches=None, random_state=None):
self.patch_size = patch_size
Expand Down

0 comments on commit 35da14a

Please sign in to comment.