Removed unused imports

This commit is contained in:
Skye Bleed 2019-09-03 06:22:01 -05:00
parent c524408856
commit bd22812bfa
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ use flate2::read::GzDecoder;
use tar::Archive;
use std::fs::File;
use std::io::prelude::*;
use reqwest::Client;
use reqwest::header::ETAG;