Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Apr 7, 2023
1 parent af387de commit 5ce294c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aggregation/agg_bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ mod bench {

use crate::aggregation::agg_req::{
Aggregation, Aggregations, BucketAggregation, BucketAggregationType, MetricAggregation,
RangeAggregation,
};
use crate::aggregation::bucket::{
CustomOrder, HistogramAggregation, HistogramBounds, Order, OrderTarget, TermsAggregation,
CustomOrder, HistogramAggregation, HistogramBounds, Order, OrderTarget, RangeAggregation,
TermsAggregation,
};
use crate::aggregation::metric::{AverageAggregation, StatsAggregation};
use crate::aggregation::AggregationCollector;
Expand Down

0 comments on commit 5ce294c

Please sign in to comment.