Skip to content

Commit 8f958e9

Browse files
Fix PEP8 error for #10042
1 parent c3980bc commit 8f958e9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sklearn/decomposition/tests/test_pca.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ def test_pca_validation():
400400
PCA(n_components, svd_solver=solver).fit, data)
401401

402402

403-
404403
def test_n_components_none():
405404
# Ensures that n_components == None is handled correctly
406405
X = iris.data

0 commit comments

Comments
 (0)