Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhanLiin committed Dec 4, 2021
1 parent 4c19f96 commit ad66360
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ use approx::assert_relative_eq;
use defmac::defmac;
use itertools::{zip, Itertools};
use ndarray::prelude::*;
use ndarray::{arr3, rcarr2};
use ndarray::{Slice, SliceInfo, SliceInfoElem};
use ndarray::{arr3, indices, rcarr2, Slice, SliceInfo, SliceInfoElem};
use num_complex::Complex;
use std::convert::TryFrom;

Expand Down

0 comments on commit ad66360

Please # to comment.