Skip to content

Commit 21f5aa7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 10a4e9f commit 21f5aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn_extra/robust/_robust_weighted_estimator_helper.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ from libc.math cimport exp, log, sqrt, pow, fabs
1717
from libc.stdint cimport int32_t
1818
cimport numpy as np
1919
from libc.math cimport INFINITY
20-
20+
2121

2222
# Modified from sklearn.cluster._k_means_fast.pyx
2323
np.import_array()

0 commit comments

Comments
 (0)