Skip to content

Commit dc9f8fe

Browse files
fix
1 parent 409fe0e commit dc9f8fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

soroban-sdk/src/tests/crypto_bls12_381.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
use crate as soroban_sdk;
1+
use crate::{self as soroban_sdk};
22
use soroban_sdk::{
33
bytes, bytesn, contract, contractimpl,
44
crypto::bls12_381::{Bls12_381, Fp, Fp2, Fr, G1Affine, G2Affine},
5+
env::EnvTestConfig,
56
vec, Address, Bytes, Env, Vec, U256,
67
};
78

0 commit comments

Comments
 (0)