aquatic_common: remove unused import

This commit is contained in:
Joakim Frostegård 2024-01-25 23:43:48 +01:00
parent e4422cf3ff
commit 9fc7abd568

View file

@ -4,7 +4,6 @@ use std::sync::Arc;
use std::time::Instant;
use ahash::RandomState;
use rand::Rng;
pub mod access_list;
pub mod cli;