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

Skip to content

Commit 31c66a9

Browse files
authored
DOC Remove unused import from example (#21253)
1 parent b6f1155 commit 31c66a9

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