Skip to content

Commit b865721

Browse files
committed
fix: some imports
1 parent 296a9cb commit b865721

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/tasks/bundler.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ use oauth2::TokenResponse;
55
use reqwest::{Client, Url};
66
use serde::{Deserialize, Serialize};
77
use signet_bundle::SignetEthBundle;
8-
use tokio::sync::mpsc::{UnboundedReceiver, UnboundedSender, unbounded_channel};
9-
use tokio::task::JoinHandle;
10-
use tokio::time::{self, Duration};
8+
use tokio::{
9+
sync::mpsc::{UnboundedReceiver, UnboundedSender, unbounded_channel},
10+
task::JoinHandle,
11+
time::{self, Duration},
12+
};
1113

1214
/// Holds a bundle from the cache with a unique ID and a Zenith bundle.
1315
#[derive(Debug, Clone, Serialize, Deserialize)]

0 commit comments

Comments
 (0)