From f38f3f19b8be51b394ec49b411d95c8f7faf29d8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 06:36:58 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- feigen/nurbs_weights.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/feigen/nurbs_weights.py b/feigen/nurbs_weights.py index a38653d..f2f070a 100644 --- a/feigen/nurbs_weights.py +++ b/feigen/nurbs_weights.py @@ -92,7 +92,9 @@ class NURBSWeights(vedo.Plotter, FeigenBase): __slots__ = ("_c", "_s") - def __init__(self, spline=None, w_min=_W_MIN, w_max=_W_MAX): # noqa PLR0915 + def __init__( + self, spline=None, w_min=_W_MIN, w_max=_W_MAX + ): # noqa PLR0915 """ Create spline and setup callbacks """