Skip to content

Commit 1630015

Browse files
committed
removed unused code
Signed-off-by: cafalchio <mcafalchio@gmail.com>
1 parent ccec8d2 commit 1630015

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

crates/contextforge-data-plane/tests/secrets_detection_e2e.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#![cfg(feature = "plugins")]
55

66
use std::{
7-
collections::{HashMap, HashSet},
7+
collections::HashMap,
88
fs,
99
net::TcpStream as StdTcpStream,
1010
path::PathBuf,
@@ -385,9 +385,6 @@ async fn write_redis_config(redis_port: u16, backend: &RunningBackend) {
385385
("sum".to_owned(), Map::new()),
386386
("reflect_text".to_owned(), Map::new()),
387387
]),
388-
tool_name_aliases: HashSet::new(),
389-
resource_uri_aliases: HashSet::new(),
390-
prompt_name_aliases: HashSet::new(),
391388
completion: HashMap::new(),
392389
},
393390
)]),

0 commit comments

Comments
 (0)