Skip to content

Commit ad66360

Browse files
committed
Fix imports
1 parent 4c19f96 commit ad66360

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/array.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ use approx::assert_relative_eq;
1111
use defmac::defmac;
1212
use itertools::{zip, Itertools};
1313
use ndarray::prelude::*;
14-
use ndarray::{arr3, rcarr2};
15-
use ndarray::{Slice, SliceInfo, SliceInfoElem};
14+
use ndarray::{arr3, indices, rcarr2, Slice, SliceInfo, SliceInfoElem};
1615
use num_complex::Complex;
1716
use std::convert::TryFrom;
1817

0 commit comments

Comments
 (0)