Skip to content

Commit

Permalink
fix unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricked-dev committed Oct 19, 2022
1 parent ca04940 commit ffef728
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
use std::{env, fs, process};

use futures_util::{future::join, Future};
use lowestbins::{
error::Result,
fetch::{fetch_auctions, get},
server::start_server,
AUCTIONS, CONFIG,
};
use futures_util::future::join;
use lowestbins::{error::Result, fetch::fetch_auctions, server::start_server, AUCTIONS, CONFIG};
use tokio::{time, time::Duration};

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

0 comments on commit ffef728

Please sign in to comment.