mirror of
https://github.com/nushell/nushell.git
synced 2025-01-29 09:39:17 +01:00
clean up unused imports
This commit is contained in:
parent
74d4c501a8
commit
cc8a470668
@ -1,11 +1,11 @@
|
||||
use std::env::current_dir;
|
||||
use std::path::PathBuf;
|
||||
|
||||
use nu_engine::{eval_expression, CallExt};
|
||||
use nu_engine::CallExt;
|
||||
use nu_path::canonicalize_with;
|
||||
use nu_protocol::ast::Call;
|
||||
use nu_protocol::engine::{Command, EvaluationContext};
|
||||
use nu_protocol::{IntoValueStream, ShellError, Signature, SyntaxShape, Value};
|
||||
use nu_protocol::{ShellError, Signature, SyntaxShape, Value};
|
||||
|
||||
use crate::filesystem::util::FileStructure;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user