From b9bd984de4e85ab58da3af478ddb9c526d6c3c6a Mon Sep 17 00:00:00 2001 From: donpat1to Date: Fri, 1 Aug 2025 23:06:27 +0200 Subject: [PATCH] moving imports trough die gegend --- WatcherAgent/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/WatcherAgent/src/main.rs b/WatcherAgent/src/main.rs index 78ae2bd..cc35bc5 100644 --- a/WatcherAgent/src/main.rs +++ b/WatcherAgent/src/main.rs @@ -422,7 +422,6 @@ fn get_cpu_temp() -> Option { println!("Attempting to get CPU temperature..."); #[cfg(target_os = "linux")] { - use sysinfo::Components; println!("Attempting to get CPU temperature on Linux..."); let mut sys = System::new_all(); //let components = Components::new_with_refreshed_list();