Skip to content

Commit a2a5e0b

Browse files
committed
fix: remove unused STORAGE_TABLE import to fix CI
1 parent d0091a5 commit a2a5e0b

File tree

1 file changed

+1
-1
lines changed
  • bin/trin-execution/src/subcommands/e2ss

1 file changed

+1
-1
lines changed

bin/trin-execution/src/subcommands/e2ss/import.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use crate::{
1919
subcommands::e2ss::utils::percentage_from_address_hash,
2020
};
2121

22-
use crate::storage::evm_db::{ACCOUNTS_TABLE, BLOCK_HASHES_TABLE, CONTRACTS_TABLE, STORAGE_TABLE};
22+
use crate::storage::evm_db::{ACCOUNTS_TABLE, BLOCK_HASHES_TABLE, CONTRACTS_TABLE};
2323

2424
pub struct StateImporter {
2525
config: ImportStateConfig,

0 commit comments

Comments
 (0)