Removed unused imports

This commit is contained in:
Antoine Gersant 2017-06-28 23:38:53 -07:00
parent 66f59da7b2
commit 96e6b86f04

View file

@ -1,8 +1,6 @@
use core::ops::Deref;
use reqwest;
use reqwest::header::{Authorization, Basic};
use std::io;
use std::sync::Arc;
use std::thread;
use std::time;