about summary refs log tree commit diff
path: root/squash/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'squash/src/main.rs')
-rw-r--r--squash/src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/squash/src/main.rs b/squash/src/main.rs
index b443f57..a7cc66b 100644
--- a/squash/src/main.rs
+++ b/squash/src/main.rs
@@ -1,6 +1,5 @@
-use cli::DifferenceFn;
 use colorsquash::{
-	selection::{Kmeans, Selector, SortSelect},
+	selection::{Kmeans, SortSelect},
 	SquasherBuilder,
 };