Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 25, 2025
1 parent 8e15be2 commit 6008127
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/pybind11/numpy.h
Original file line number Diff line number Diff line change
Expand Up @@ -1446,8 +1446,7 @@ struct pyobject_caster<array_t<T, ExtraFlags>> {
}
PYBIND11_TYPE_CASTER(type,
io_name("numpy.typing.ArrayLike",
"numpy.typing.NDArray["
+ npy_format_descriptor<T>::name + "]"));
"numpy.typing.NDArray[" + npy_format_descriptor<T>::name + "]"));
};

template <typename T>
Expand Down

0 comments on commit 6008127

Please sign in to comment.