Skip to content

Commit 95d6ced

Browse files
committed
fix: warning
1 parent 212c6c4 commit 95d6ced

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

components/chainhook-cli/src/storage/database_access.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ use chainhook_sdk::types::BlockIdentifier;
33
use chainhook_sdk::utils::Context;
44
use std::path::PathBuf;
55

6-
use crate::storage::{
7-
get_stacks_block_at_block_height, is_stacks_block_present,
8-
open_readonly_stacks_db_conn_with_retry,
9-
};
6+
use crate::storage::{get_stacks_block_at_block_height, open_readonly_stacks_db_conn_with_retry};
107

118
/// Implementation of DatabaseAccess trait for chainhook-cli
129
/// This provides database access to the SDK without creating circular dependencies

0 commit comments

Comments
 (0)