Skip to content

Commit 1c47b6f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0b7df6c commit 1c47b6f

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
@@ -180,4 +180,4 @@ cdef class Huber(Regression):
180180
return -self.c
181181

182182
def __reduce__(self):
183-
return Huber, (self.c,)
183+
return Huber, (self.c,)

0 commit comments

Comments
 (0)