Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 6, 2024
1 parent 4b37da8 commit f38f3f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion feigen/nurbs_weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit f38f3f1

Please sign in to comment.