From 8a47ffe8512eae1e0615fc46e9fb1b509ed1f343 Mon Sep 17 00:00:00 2001 From: prplV Date: Tue, 3 Dec 2024 13:09:59 +0300 Subject: [PATCH] prcs refactor --- src/utils/prcs.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/prcs.rs b/src/utils/prcs.rs index 3a68b56..a434c43 100644 --- a/src/utils/prcs.rs +++ b/src/utils/prcs.rs @@ -223,7 +223,6 @@ pub async fn start_process(name: &str, path: &str) -> Result<(), CustomError> { #[cfg(test)] mod process_unittests { - use std::io::Write; use super::*; // 1 full cycle - start -> restart -> stop // 2 full cycle - start -> freeze -> unfreze -> stop