Removed unnecessary use.

This commit is contained in:
Micheal Smith
2025-10-31 05:36:55 -05:00
parent 9719d9203c
commit 8fa79932d6

View File

@@ -6,10 +6,7 @@ use color_eyre::{
}, },
}; };
// Lots of namespace confusion potential // Lots of namespace confusion potential
use crate::{ use crate::qna::LLMHandle;
commands,
qna::LLMHandle,
};
use config::Config as MainConfig; use config::Config as MainConfig;
use futures::StreamExt; use futures::StreamExt;
use irc::client::prelude::{ use irc::client::prelude::{