summaryrefslogtreecommitdiffstats
path: root/src/key_command/impl_comment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/impl_comment.rs')
-rw-r--r--src/key_command/impl_comment.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key_command/impl_comment.rs b/src/key_command/impl_comment.rs
index 90c7a4a..58b51c8 100644
--- a/src/key_command/impl_comment.rs
+++ b/src/key_command/impl_comment.rs
@@ -1,5 +1,5 @@
+use crate::config::option::SortType;
use crate::io::IoWorkerOptions;
-use crate::util::sort_type::SortType;
use super::{Command, CommandComment};