Remove useless import
This commit is contained in:
parent
2463467302
commit
fbdd321afe
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user