Skip to content

Commit

Permalink
clean up import
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga committed Jan 18, 2024
1 parent 470abec commit eb46668
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions aggregator/src/aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::{
aggregator::{
accumulator::Accumulator,
aggregate_share::compute_aggregate_share,
error::{handle_ping_pong_error, ReportRejectionReason},
error::{handle_ping_pong_error, ReportRejection, ReportRejectionReason},
error::{BatchMismatch, OptOutReason},
query_type::{CollectableQueryType, UploadableQueryType},
report_writer::{ReportWriteBatcher, WritableReport},
Expand Down Expand Up @@ -93,8 +93,6 @@ use tokio::{sync::Mutex, try_join};
use tracing::{debug, info, trace_span, warn};
use url::Url;

use self::error::ReportRejection;

pub mod accumulator;
#[cfg(test)]
mod aggregate_init_tests;
Expand Down

0 comments on commit eb46668

Please sign in to comment.