Skip to content

Commit

Permalink
feat(services/tikv): fix code
Browse files Browse the repository at this point in the history
Signed-off-by: owl <[email protected]>
  • Loading branch information
oowl committed Jul 23, 2023
1 parent 6ceab0d commit 1fdc0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/services/tikv/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ use std::collections::HashMap;
use tikv_client::Config;
use tikv_client::RawClient;

use tokio::sync::OnceCell;
use crate::raw::adapters::kv;
use crate::Capability;
use crate::Scheme;
use async_trait::async_trait;
use tokio::sync::OnceCell;

use crate::Builder;
use crate::Error;
Expand Down

0 comments on commit 1fdc0a8

Please sign in to comment.