Skip to content

Commit

Permalink
blind guess
Browse files Browse the repository at this point in the history
  • Loading branch information
pmikolajczyk41 committed Apr 13, 2023
1 parent d4faaa1 commit 66793ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/e2e/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ use ink_env::Environment;
use ink_primitives::MessageResult;
use pallet_contracts_primitives::ExecReturnValue;
use sp_core::Pair;
#[cfg(feature = "std")]
use std::{
collections::BTreeMap,
fmt::Debug,
Expand Down
4 changes: 3 additions & 1 deletion crates/primitives/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use core::array::TryFromSliceError;
use derive_more::From;
use scale::{
alloc::vec::Vec,
Decode,
Encode,
};
Expand All @@ -24,6 +23,9 @@ use scale_encode::EncodeAsType;
#[cfg(feature = "std")]
use scale_info::TypeInfo;

#[allow(unused_imports)]
use std;

/// The default environment `AccountId` type.
///
/// # Note
Expand Down

0 comments on commit 66793ad

Please sign in to comment.