Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Dec 12, 2024
1 parent 8d78a88 commit 91aea73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion query-engine/query-engine-wasm/src/wasm/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ use request_handlers::ConnectorKind;
use request_handlers::{load_executor, RequestBody, RequestHandler};
use serde_json::json;
use std::{marker::PhantomData, sync::Arc};
use telemetry::TraceParent;
use tokio::sync::RwLock;
use tracing::{instrument::WithSubscriber, Instrument, Level};
use tracing_subscriber::filter::LevelFilter;
Expand Down

0 comments on commit 91aea73

Please sign in to comment.