Skip to content

Commit 76a4c0f

Browse files
committed
fix: remove unused import in config.rs
1 parent 5541640 commit 76a4c0f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/src/config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use crate::error::{CodeError, Result};
1313
use crate::llm::LlmConfig;
1414
use crate::memory::MemoryConfig;
1515
use serde::{Deserialize, Serialize};
16-
use serde_json::Value as JsonValue;
1716
use std::collections::HashMap;
1817
use std::path::{Path, PathBuf};
1918

0 commit comments

Comments
 (0)