summaryrefslogtreecommitdiffstats
path: root/src/key_command/impl_from_str.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/impl_from_str.rs')
-rw-r--r--src/key_command/impl_from_str.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key_command/impl_from_str.rs b/src/key_command/impl_from_str.rs
index 592f3db..5770668 100644
--- a/src/key_command/impl_from_str.rs
+++ b/src/key_command/impl_from_str.rs
@@ -3,10 +3,10 @@ use std::path;
use dirs_next::home_dir;
use shellexpand::tilde_with_context;
+use crate::config::option::SortType;
use crate::error::{JoshutoError, JoshutoErrorKind};
use crate::io::IoWorkerOptions;
use crate::util::select::SelectOption;
-use crate::util::sort_type::SortType;
use crate::HOME_DIR;