diff --git a/src/commands/range.rs b/src/commands/range.rs index 8a31c1c0e2..c110e21fac 100644 --- a/src/commands/range.rs +++ b/src/commands/range.rs @@ -1,7 +1,8 @@ use crate::commands::WholeStreamCommand; use crate::context::CommandRegistry; -use crate::errors::ShellError; use crate::prelude::*; +use nu_errors::ShellError; +use nu_protocol::{Signature, SyntaxShape}; use nu_source::Tagged; #[derive(Deserialize)]