From e55156a74baa8366a54872ef2392412040c91883 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Tue, 27 May 2025 12:32:12 -0400 Subject: [PATCH] Remove unused modules from agents and handlers. --- src/agents/mod.rs | 3 +-- src/handlers/mod.rs | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/agents/mod.rs b/src/agents/mod.rs index a7ff97d..207298e 100644 --- a/src/agents/mod.rs +++ b/src/agents/mod.rs @@ -1,5 +1,4 @@ pub mod news; pub mod scrape; pub mod search; -pub mod image_generator; -pub mod crypto_market; +pub mod image_generator; \ No newline at end of file diff --git a/src/handlers/mod.rs b/src/handlers/mod.rs index 506514d..5351df1 100644 --- a/src/handlers/mod.rs +++ b/src/handlers/mod.rs @@ -2,6 +2,5 @@ // src/handlers/mod.rs pub mod error; pub mod status; -pub mod stream; pub mod ui; pub mod webhooks; \ No newline at end of file