fix build CI

This commit is contained in:
Rostyslav Tyshko
2025-05-30 15:38:48 -04:00
parent 4d7cda0001
commit baf43f9780
3 changed files with 3 additions and 6 deletions
-1
View File
@@ -2,7 +2,6 @@ use std::{path::Path, sync::Arc};
use common::block::Block;
use error::DbError;
use log::warn;
use rocksdb::{
BoundColumnFamily, ColumnFamilyDescriptor, DBWithThreadMode, MultiThreaded, Options,
};