fmt
This commit is contained in:
@@ -9,11 +9,9 @@ pub mod logfmt;
|
||||
/// yes/no confirmation
|
||||
pub mod prompt;
|
||||
|
||||
use indicatif::{
|
||||
MultiProgress, ProgressBar, ProgressStyle,
|
||||
};
|
||||
#[cfg(test)]
|
||||
use indicatif::ProgressDrawTarget;
|
||||
use indicatif::{MultiProgress, ProgressBar, ProgressStyle};
|
||||
use std::path::Path;
|
||||
use std::time::Duration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user