diff --git a/src/commands/pwd.rs b/src/commands/pwd.rs index aa56c51653..37e2668bdb 100644 --- a/src/commands/pwd.rs +++ b/src/commands/pwd.rs @@ -1,9 +1,7 @@ use crate::commands::WholeStreamCommand; -// use crate::data::{Dictionary, Value}; use crate::errors::ShellError; use crate::parser::registry::Signature; use crate::prelude::*; -// use indexmap::IndexMap; pub struct PWD;