8000 DOC Remove unused import from example (#21253) · glemaitre/scikit-learn@a515cae · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit a515cae

Browse files
he7d3rglemaitre
authored andcommitted
DOC Remove unused import from example (scikit-learn#21253)
1 parent 009579e commit a515cae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sklearn/feature_extraction/text.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,6 @@ class TfidfTransformer(_OneToOneFeatureMixin, TransformerMixin, BaseEstimator):
15571557
>>> from sklearn.feature_extraction.text import TfidfTransformer
15581558
>>> from sklearn.feature_extraction.text import CountVectorizer
15591559
>>> from sklearn.pipeline import Pipeline
1560-
>>> import numpy as np
15611560
>>> corpus = ['this is the first document',
15621561
... 'this document is the second document',
15631562
... 'and this is the third one',

0 commit comments

Comments
 (0)
0