diff options
Diffstat (limited to 'cli/ops/timers.rs')
-rw-r--r-- | cli/ops/timers.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/ops/timers.rs b/cli/ops/timers.rs index 33aa7f828..29d2514c9 100644 --- a/cli/ops/timers.rs +++ b/cli/ops/timers.rs @@ -4,7 +4,6 @@ use crate::op_error::OpError; use crate::state::State; use deno_core::*; use futures::future::FutureExt; -use std; use std::time::Duration; use std::time::Instant; |