From 848fa1d80961865614b7607a7ad702adcb4a3626 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Sat, 30 Mar 2024 01:26:19 +0100 Subject: [PATCH] Fix redundant import --- src/subsystem/subsystem_handle/tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/subsystem/subsystem_handle/tests.rs b/src/subsystem/subsystem_handle/tests.rs index 35acbf4..ca28c6f 100644 --- a/src/subsystem/subsystem_handle/tests.rs +++ b/src/subsystem/subsystem_handle/tests.rs @@ -1,7 +1,6 @@ use tokio::time::{sleep, timeout, Duration}; use super::*; -use crate::subsystem::SubsystemBuilder; #[tokio::test] async fn recursive_cancellation() {