Skip to content

Commit

Permalink
qe-wasm: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Apr 10, 2024
1 parent 71fd6b6 commit 46637e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-engine/query-engine-wasm/src/wasm/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use request_handlers::{load_executor, RequestBody, RequestHandler};
use serde_json::json;
use std::{marker::PhantomData, sync::Arc};
use tokio::sync::RwLock;
use tracing::{field, instrument::WithSubscriber, Instrument, Level, Span};
use tracing::{field, instrument::WithSubscriber, Instrument, Level};
use tracing_subscriber::filter::LevelFilter;
use wasm_bindgen::prelude::wasm_bindgen;

Expand Down

0 comments on commit 46637e0

Please sign in to comment.