From 8fa79932d6276a3da3732ca0d1f2cfaf96e84c6e Mon Sep 17 00:00:00 2001 From: Micheal Smith Date: Fri, 31 Oct 2025 05:36:55 -0500 Subject: [PATCH] Removed unnecessary use. --- src/chat.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/chat.rs b/src/chat.rs index 20b154f..a7dc643 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -6,10 +6,7 @@ use color_eyre::{ }, }; // Lots of namespace confusion potential -use crate::{ - commands, - qna::LLMHandle, -}; +use crate::qna::LLMHandle; use config::Config as MainConfig; use futures::StreamExt; use irc::client::prelude::{