diff --git a/src/rt/ppm.rs b/src/rt/ppm.rs index ac5a84b..1db36a8 100644 --- a/src/rt/ppm.rs +++ b/src/rt/ppm.rs @@ -5,7 +5,6 @@ use crate::{config::*, FreqWeighting, StandardFilterDescriptor}; use crate::{daq::StreamMgr, Dcol}; use crossbeam::channel::{unbounded, Receiver, Sender}; use crossbeam::utils::Backoff; -use ndarray_stats::QuantileExt; use parking_lot::Mutex; use std::default; use std::ops::DerefMut;