Skip to content

Commit 4cb9c0b

Browse files
committed
clean up imports
1 parent d8ecced commit 4cb9c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use tokio_tungstenite::{connect_async};
2020
use tokio::sync::mpsc::UnboundedSender;
2121
use futures_util::{future, StreamExt};
2222
use url::Url;
23-
use clap::{Arg, Command};
23+
use clap::{Command};
2424

2525
/// Duration of `sleep` in `listen_keys` loop
2626
const LISTEN_KEYS_SLEEP_MILLIS: u64 = 100;

0 commit comments

Comments
 (0)