8000 indentation fix · scikit-learn/scikit-learn@f1c8bc0 · GitHub
[go: up one dir, main page]

Skip to content

Commit f1c8bc0

Browse files
chenheamazonchenhe95
authored andcommitted
indentation fix
1 parent 5f2ebc3 commit f1c8bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/preprocessing/tests/test_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2530,4 +2530,4 @@ def test_count_featurizer_multi_inclusion():
25302530
np.array([[0, 0, 2, 0, 1, 1, 0, 0, 3, 1, 1, 1, 1, 1],
25312531
[0, 0, 2, 0, 1, 1, 0, 0, 3, 1, 1, 1, 1, 1],
25322532
[1, 0, 1, 1, 0, 0, 1, 1, 3, 1, 1, 1, 1, 1],
2533-
[1, 0, 1, 1, 0, 0, 1, 1, 3, 1, 1, 1, 1, 1]]))
2533+
[1, 0, 1, 1, 0, 0, 1, 1, 3, 1, 1, 1, 1, 1]]))

0 commit comments

Comments
 (0)
0