diff --git a/signer/src/tests/mod.rs b/signer/src/tests/mod.rs index d442a7e0d..e80b5778d 100644 --- a/signer/src/tests/mod.rs +++ b/signer/src/tests/mod.rs @@ -15,7 +15,6 @@ // along with Parity. If not, see . use std::ops::{Deref, DerefMut}; -use std::thread; use std::time; use std::sync::Arc; use devtools::{http_client, RandomTempPath};