Skip to content

Commit e105b81

Browse files
committed
fix import
1 parent 3e4fd7c commit e105b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bottlecap/src/lifecycle/invocation/triggers/step_function_event.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ use crate::{
1111
traces::{
1212
context::{Sampling, SpanContext},
1313
propagation::text_map_propagator::{
14-
DatadogHeaderPropagator, DATADOG_HIGHER_ORDER_TRACE_ID_BITS_KEY,
15-
DATADOG_SAMPLING_DECISION_KEY, DATADOG_TAGS_KEY,
14+
DatadogHeaderPropagator, DATADOG_HIGHER_ORDER_TRACE_ID_BITS_KEY, DATADOG_TAGS_KEY,
1615
},
1716
},
1817
};
@@ -262,6 +261,7 @@ impl ServiceNameResolver for StepFunctionEvent {
262261
mod tests {
263262
use super::*;
264263
use crate::lifecycle::invocation::triggers::test_utils::read_json_file;
264+
use crate::traces::propagation::text_map_propagator::DATADOG_SAMPLING_DECISION_KEY;
265265

266266
#[test]
267267
fn test_new_event() {

0 commit comments

Comments
 (0)