remove useless import

This commit is contained in:
b1ek 2023-08-02 23:35:22 +10:00
parent 5d2ff3712b
commit 409f9f186e
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -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};