removes unused import

This commit is contained in:
Fabian Kaczmarczyck
2021-01-13 08:52:00 +01:00
parent 78167282f9
commit cc86fc2742

View File

@@ -99,7 +99,6 @@ pub fn process_config(
#[cfg(test)] #[cfg(test)]
mod test { mod test {
use super::super::command::AuthenticatorConfigParameters;
use super::*; use super::*;
use crypto::rng256::ThreadRng256; use crypto::rng256::ThreadRng256;