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 Aug 5, 2024
1 parent 6663525 commit 116472e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/interpolated_coordinates/utils/spline.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def validate_input(
# then validate with UnivariateSpline method, which works with units!
out: tuple[ndarray, ndarray, ndarray, list[Quantity], int | str]
out = super().validate_input(x, y, w, bbox, k, s, ext, check_finite)
return out # noqa: RET504
return out

@classmethod
def _from_tck(
Expand Down
2 changes: 0 additions & 2 deletions tests/test_representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,6 @@ def test___truediv__(self, irep, affine) -> None:
for c in expected.components:
assert all(getattr(got, c) == getattr(expected, c))

#


#####################################################################

Expand Down

0 comments on commit 116472e

Please sign in to comment.