Remove useless import

This commit is contained in:
mio 2021-10-18 21:44:10 +02:00
parent 2463467302
commit fbdd321afe
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873

View File

@ -1,9 +1,7 @@
use bytes::Buf;
use flate2::read::GzDecoder;
use reqwest::header::USER_AGENT;
use std::fmt::format;
use std::path::{Path, PathBuf};
use std::result::Result;
use std::path::PathBuf;
use std::{env, process::Command};
use tar::Archive;