fix(arena): remove unused Gaussian import in test module

This commit is contained in:
2026-04-24 08:52:11 +02:00
parent cb07a874e8
commit cdee7b2b99

View File

@@ -25,7 +25,7 @@ impl ScratchArena {
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use super::*; use super::*;
use crate::{N_INF, gaussian::Gaussian}; use crate::N_INF;
#[test] #[test]
fn reset_keeps_capacity() { fn reset_keeps_capacity() {