Skip to content

Commit 9ccd38d

Browse files
committed
lint, fmt
1 parent 9ae2b76 commit 9ccd38d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

executor/wasm/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ use casper_types::{
6161
NAME_FOR_V2_CONTRACT_MAIN_PURSE,
6262
};
6363
use install::{InstallContractError, InstallContractRequest, InstallContractResult};
64-
use parking_lot::RwLock;
65-
use tracing::{debug, error, info, warn};
64+
use tracing::{debug, error, warn};
6665

6766
#[cfg(any(feature = "testing", test))]
6867
pub mod chainspec_config;

0 commit comments

Comments
 (0)