Skip to content

Commit cba4d8b

Browse files
committed
MAINT: Fix unused import warning in ndarray-rand
1 parent c94ad4c commit cba4d8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ndarray-rand/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
extern crate rand;
1313
extern crate ndarray;
1414

15-
use std::iter::FromIterator;
16-
1715
use rand::Rng;
1816
use rand::distributions::Sample;
1917
use rand::distributions::IndependentSample;

0 commit comments

Comments
 (0)