Skip to content

Commit bc5046d

Browse files
Copilotyiwang
andcommitted
Remove unused StreamEvent import to fix clippy warning
Co-authored-by: yiwang <142937+yiwang@users.noreply.github.com>
1 parent 6da5f4d commit bc5046d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/cli/src/cli/chat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::io::{self, Write};
77
use tracing::debug;
88

99
use localgpt_core::agent::{
10-
Agent, AgentConfig, ImageAttachment, Skill, StreamEvent, extract_tool_detail,
10+
Agent, AgentConfig, ImageAttachment, Skill, extract_tool_detail,
1111
get_last_session_id_for_agent, get_skills_summary, list_sessions_for_agent, load_skills,
1212
parse_skill_command, search_sessions_for_agent,
1313
};

0 commit comments

Comments
 (0)