Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Nov 6, 2023
1 parent dc2eb8a commit 15f2cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-engine/driver-adapters/src/transaction.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use async_trait::async_trait;
use metrics::{decrement_gauge, increment_gauge};
use metrics::decrement_gauge;
use napi::{bindgen_prelude::FromNapiValue, JsObject};
use quaint::{
connector::{IsolationLevel, Transaction as QuaintTransaction},
Expand Down

0 comments on commit 15f2cd0

Please sign in to comment.