remove useless import
This commit is contained in:
parent
5d2ff3712b
commit
409f9f186e
|
@ -1,4 +1,4 @@
|
|||
use std::{sync::{mpsc, Arc, atomic::{AtomicBool, Ordering}}, thread::{self, JoinHandle}, time::Duration};
|
||||
use std::{sync::{mpsc, Arc, atomic::{AtomicBool, Ordering}}, thread::{self, JoinHandle}};
|
||||
|
||||
use crate::{gen::POWChallenge, num::Num};
|
||||
|
||||
|
|
Loading…
Reference in New Issue