Skip to content

Commit 219cfda

Browse files
Icxoluadamreichold
authored andcommitted
reexport PyArray0Methods
1 parent 5daf0e3 commit 219cfda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ pub use pyo3;
9292
pub use nalgebra;
9393

9494
pub use crate::array::{
95-
get_array_module, PyArray, PyArray0, PyArray1, PyArray2, PyArray3, PyArray4, PyArray5,
96-
PyArray6, PyArrayDyn, PyArrayMethods,
95+
get_array_module, PyArray, PyArray0, PyArray0Methods, PyArray1, PyArray2, PyArray3, PyArray4,
96+
PyArray5, PyArray6, PyArrayDyn, PyArrayMethods,
9797
};
9898
pub use crate::array_like::{
9999
AllowTypeChange, PyArrayLike, PyArrayLike0, PyArrayLike1, PyArrayLike2, PyArrayLike3,

0 commit comments

Comments
 (0)