prompts: remove unused replay_queue import

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
Kent Overstreet 2026-04-12 16:21:54 -04:00
parent 783046a3f5
commit dfab7d0a33

View file

@ -4,10 +4,7 @@
use crate::store::Store;
use crate::graph::Graph;
use crate::neuro::{
ReplayItem,
replay_queue,
};
use crate::neuro::ReplayItem;
/// Result of building an agent prompt — includes both the prompt text
/// and the keys of nodes selected for processing, so the caller can