forked from Proxmox/proxmox
use statement fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
538578c558
commit
6a3a3f0413
@ -3,10 +3,10 @@ use std::sync::Arc;
|
||||
use anyhow::{bail, Error};
|
||||
use hyper::Body;
|
||||
use openssl::ssl::{SslConnector, SslMethod, SslVerifyMode};
|
||||
use proxmox_http::HttpOptions;
|
||||
use tokio::sync::mpsc;
|
||||
|
||||
use proxmox_http::client::Client;
|
||||
use proxmox_http::HttpOptions;
|
||||
|
||||
use crate::influxdb::utils;
|
||||
use crate::{Metrics, MetricsData};
|
||||
|
Loading…
Reference in New Issue
Block a user