mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-29 18:45:49 +00:00
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 anyhow::{bail, Error};
|
||||||
use hyper::Body;
|
use hyper::Body;
|
||||||
use openssl::ssl::{SslConnector, SslMethod, SslVerifyMode};
|
use openssl::ssl::{SslConnector, SslMethod, SslVerifyMode};
|
||||||
use proxmox_http::HttpOptions;
|
|
||||||
use tokio::sync::mpsc;
|
use tokio::sync::mpsc;
|
||||||
|
|
||||||
use proxmox_http::client::Client;
|
use proxmox_http::client::Client;
|
||||||
|
use proxmox_http::HttpOptions;
|
||||||
|
|
||||||
use crate::influxdb::utils;
|
use crate::influxdb::utils;
|
||||||
use crate::{Metrics, MetricsData};
|
use crate::{Metrics, MetricsData};
|
||||||
|
Loading…
Reference in New Issue
Block a user