Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sicheng Pan committed Jan 14, 2025
1 parent a18d031 commit ccf3eb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust/worker/src/compactor/compaction_server.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use async_trait::async_trait;
use chroma_system::ComponentHandle;
use chroma_types::chroma_proto::{
compactor_server::{Compactor, CompactorServer},
CompactionRequest, CompactionResponse,
Expand All @@ -7,7 +8,7 @@ use tokio::signal::unix::{signal, SignalKind};
use tonic::{transport::Server, Request, Response, Status};
use tracing::trace_span;

use crate::{compactor::OneOffCompactionMessage, system::ComponentHandle};
use crate::compactor::OneOffCompactionMessage;

use super::CompactionManager;

Expand Down

0 comments on commit ccf3eb3

Please sign in to comment.