Skip to content

Commit ffef728

Browse files
committed
fix unused imports
1 parent ca04940 commit ffef728

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/main.rs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
use std::{env, fs, process};
22

3-
use futures_util::{future::join, Future};
4-
use lowestbins::{
5-
error::Result,
6-
fetch::{fetch_auctions, get},
7-
server::start_server,
8-
AUCTIONS, CONFIG,
9-
};
3+
use futures_util::future::join;
4+
use lowestbins::{error::Result, fetch::fetch_auctions, server::start_server, AUCTIONS, CONFIG};
105
use tokio::{time, time::Duration};
116

127
static LOGO: &str = include_str!(concat!(env!("OUT_DIR"), "/logo.txt"));

0 commit comments

Comments
 (0)