Skip to content

Commit

Permalink
Remove some unneeded uses.
Browse files Browse the repository at this point in the history
  • Loading branch information
TSnake41 committed Jul 31, 2023
1 parent 221138e commit 9f5c1e0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions xcp-metrics/src/providers/protocol_v3.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
//! Protocol v3 plugin metrics provider

use std::{
collections::{HashMap, HashSet},
iter,
path::{Path, PathBuf},
time::{Duration, SystemTime},
};

use tokio::{fs::File, sync::mpsc, task::JoinHandle, time};
use xcp_metrics_common::{
metrics::MetricSet,
protocol_v3,
utils::delta::{MetricSetDelta, MetricSetModel},
};
use xcp_metrics_common::{metrics::MetricSet, protocol_v3, utils::delta::MetricSetModel};

use crate::hub::{CreateFamily, HubPushMessage, RegisterMetrics, UnregisterMetrics, UpdateMetrics};

Expand Down

0 comments on commit 9f5c1e0

Please sign in to comment.