From 1c47b6f9032b7c8fca7d41758fe4ca9b78f8e7d4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:14:26 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- sklearn_extra/robust/_robust_weighted_estimator_helper.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearn_extra/robust/_robust_weighted_estimator_helper.pyx b/sklearn_extra/robust/_robust_weighted_estimator_helper.pyx index e0e8453..a90872b 100644 --- a/sklearn_extra/robust/_robust_weighted_estimator_helper.pyx +++ b/sklearn_extra/robust/_robust_weighted_estimator_helper.pyx @@ -180,4 +180,4 @@ cdef class Huber(Regression): return -self.c def __reduce__(self): - return Huber, (self.c,) \ No newline at end of file + return Huber, (self.c,)