Skip to content

Commit 58e43be

Browse files
fix: remove unused imports (with_auto_commit, with_read_only)
1 parent 8cb451b commit 58e43be

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

crates/core/src/db/relational_db.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2299,9 +2299,7 @@ mod tests {
22992299

23002300
use super::tests_utils::begin_mut_tx;
23012301
use super::*;
2302-
use crate::db::relational_db::tests_utils::{
2303-
begin_tx, create_view_for_test, insert, make_snapshot, with_auto_commit, with_read_only, TestDB,
2304-
};
2302+
use crate::db::relational_db::tests_utils::{begin_tx, create_view_for_test, insert, make_snapshot, TestDB};
23052303
use anyhow::bail;
23062304
use bytes::Bytes;
23072305
use commitlog::payload::txdata;

0 commit comments

Comments
 (0)