Skip to content

Commit fa39cde

Browse files
committed
f lol common
1 parent dd8cc4e commit fa39cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ mod test {
201201
use electrsd::{bitcoind, bitcoind::BitcoinD, ElectrsD};
202202
use lazy_static::lazy_static;
203203
use std::env;
204-
use std::time::Duration;
205204
use tokio::sync::Mutex;
206205
#[cfg(all(feature = "blocking", any(feature = "async", feature = "async-https")))]
207206
use {
@@ -211,6 +210,7 @@ mod test {
211210
bitcoind::bitcoincore_rpc::RpcApi,
212211
},
213212
electrum_client::ElectrumApi,
213+
std::time::Duration,
214214
tokio::sync::OnceCell,
215215
};
216216

0 commit comments

Comments
 (0)