Skip to content

Commit

Permalink
Fix unused import warning (#3276)
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Jul 5, 2024
1 parent 2fe6be9 commit fb577e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/tests/integration/in_cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use divviup_client::{
Client, DivviupClient, Histogram, HpkeConfig, NewAggregator, NewSharedAggregator, NewTask, Vdaf,
};
use janus_aggregator_core::task::{test_util::TaskBuilder, QueryType};
#[cfg(feature = "ohttp")]
use janus_client::OhttpConfig;
use janus_collector::PrivateCollectorCredential;
use janus_core::{
Expand Down

0 comments on commit fb577e4

Please sign in to comment.