Skip to content

Commit 238784b

Browse files
committed
Fix unused import warning
1 parent c96693b commit 238784b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/oper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use ndarray::{arr0, rcarr1, rcarr2};
66
use ndarray::{LinalgScalar, Data};
77
use ndarray::linalg::general_mat_mul;
88
use ndarray::Array2;
9-
use ndarray::{Ix1, Ix2};
9+
use ndarray::Ix2;
1010

1111
use std::fmt;
1212
use num_traits::Float;

0 commit comments

Comments
 (0)