Skip to content

Commit f77fcc9

Browse files
committed
remove pyflakes error
1 parent aef731e commit f77fcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/utils/sparsefuncs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def mean_variance_axis(X, axis, accepting_nan=False):
103103

104104

105105
def incr_mean_variance_axis(X, axis, last_mean, last_var, last_n,
106-
accepting_nan=False):
106+
accepting_nan=False):
107107
"""Compute incremental mean and variance along an axix on a CSR or
108108
CSC matrix.
109109

0 commit comments

Comments
 (0)