diff options
Diffstat (limited to 'cli/ops/fs.rs')
-rw-r--r-- | cli/ops/fs.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/ops/fs.rs b/cli/ops/fs.rs index 458e1a14c..288d56901 100644 --- a/cli/ops/fs.rs +++ b/cli/ops/fs.rs @@ -13,7 +13,6 @@ use std::env::{current_dir, set_current_dir, temp_dir}; use std::io::SeekFrom; use std::path::{Path, PathBuf}; use std::time::UNIX_EPOCH; -use tokio; use rand::{thread_rng, Rng}; |