From b894eab29c59da83aaefb65900e49581f2401ffc Mon Sep 17 00:00:00 2001 From: "Andrew Phillips (aider)" Date: Sat, 10 May 2025 08:33:00 -0300 Subject: [PATCH] fix: remove unused import of get_engine --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index c249865..4e8d67b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -33,7 +33,6 @@ use prettytable::row; use prettytable::color; use chrono::prelude::*; -use crate::compression::get_engine; #[macro_use] extern crate lazy_static;