use statement fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-11-30 09:36:02 +01:00
parent 538578c558
commit 6a3a3f0413

View File

@ -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};