Skip to content

Commit 98af8dc

Browse files
committed
remove unused imports
1 parent 06132a8 commit 98af8dc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/sinks/loki/integration_tests.rs

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ use vector_core::{
1010
config::LogNamespace,
1111
event::{BatchNotifier, BatchStatus, Event, LogEvent},
1212
};
13-
use vrl::path::PathPrefix;
1413
use vrl::value::{kind::Collection, Kind};
1514

1615
use super::config::{LokiConfig, OutOfOrderAction};

src/sources/aws_sqs/integration_tests.rs

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use aws_sdk_sqs::output::CreateQueueOutput;
77
use aws_types::region::Region;
88
use futures::StreamExt;
99
use tokio::time::timeout;
10-
use vrl::path::PathPrefix;
1110

1211
use crate::{
1312
aws::{auth::AwsAuthentication, region::RegionOrEndpoint},

0 commit comments

Comments
 (0)