Skip to content

Commit

Permalink
fix review commend
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyass committed Oct 16, 2024
1 parent e82d618 commit 9b6b051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/service/src/locks/lock_holder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use std::time::Instant;
use backoff::backoff::Backoff;
use databend_common_base::base::tokio::sync::Notify;
use databend_common_base::base::tokio::time::sleep;
use databend_common_base::base::tokio::time::timeout;
use databend_common_base::runtime::GlobalIORuntime;
use databend_common_base::runtime::TrySpawn;
use databend_common_catalog::catalog::Catalog;
Expand All @@ -44,7 +45,6 @@ use futures::future::Either;
use futures_util::StreamExt;
use rand::thread_rng;
use rand::Rng;
use tokio::time::timeout;

use crate::sessions::SessionManager;

Expand Down

0 comments on commit 9b6b051

Please sign in to comment.