Skip to content

Commit eebd1cc

Browse files
remove unused import
1 parent 0307411 commit eebd1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/numeric.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
)]
55

66
use approx::assert_abs_diff_eq;
7-
use ndarray::{arr0, arr1, arr2, arr3, array, aview1, Array, Array1, Array2, Array3, Axis};
7+
use ndarray::{arr0, arr1, arr2, array, aview1, Array, Array1, Array2, Array3, Axis};
88
use std::f64;
99

1010
#[test]

0 commit comments

Comments
 (0)