Skip to content

Commit 218d54f

Browse files
committed
nit: unused import
1 parent e608502 commit 218d54f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/node/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use aes_gcm::{Aes256Gcm, Key, KeyInit};
1+
use aes_gcm::{Aes256Gcm, Key};
22
use blstrs::{G1Projective, G2Projective, Scalar};
33
use elliptic_curve::{Field as _, Group as _};
44
use near_mpc_contract_interface::types::ProtocolContractState;

0 commit comments

Comments
 (0)