Skip to content

Commit

Permalink
Fix redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Mar 30, 2024
1 parent 7bbd06b commit 848fa1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/subsystem/subsystem_handle/tests.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use tokio::time::{sleep, timeout, Duration};

use super::*;
use crate::subsystem::SubsystemBuilder;

#[tokio::test]
async fn recursive_cancellation() {
Expand Down

0 comments on commit 848fa1d

Please sign in to comment.