summaryrefslogtreecommitdiffstats
path: root/src/data_collection/disks/other.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/data_collection/disks/other.rs')
-rw-r--r--src/data_collection/disks/other.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/data_collection/disks/other.rs b/src/data_collection/disks/other.rs
index 3e35a6b7..86317160 100644
--- a/src/data_collection/disks/other.rs
+++ b/src/data_collection/disks/other.rs
@@ -2,9 +2,8 @@
use sysinfo::{DiskExt, SystemExt};
-use crate::data_collection::DataCollector;
-
use super::{keep_disk_entry, DiskHarvest};
+use crate::data_collection::DataCollector;
pub(crate) fn get_disk_usage(collector: &DataCollector) -> anyhow::Result<Vec<DiskHarvest>> {
let disks = collector.sys.disks();