Remove useless import
This commit is contained in:
@ -1,9 +1,7 @@
|
|||||||
use bytes::Buf;
|
use bytes::Buf;
|
||||||
use flate2::read::GzDecoder;
|
use flate2::read::GzDecoder;
|
||||||
use reqwest::header::USER_AGENT;
|
use reqwest::header::USER_AGENT;
|
||||||
use std::fmt::format;
|
use std::path::PathBuf;
|
||||||
use std::path::{Path, PathBuf};
|
|
||||||
use std::result::Result;
|
|
||||||
use std::{env, process::Command};
|
use std::{env, process::Command};
|
||||||
use tar::Archive;
|
use tar::Archive;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user